helix: add osipog as maintainer

This commit is contained in:
Osi Bluber 2025-07-24 15:08:40 +02:00
parent bb2d949cd1
commit 06d89e95ba

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{
name = "Helix";
homepage = "https://helix-editor.com";
maintainers = [ ];
maintainers = [ lib.maintainers.osipog ];
}