From 06d89e95bab748316c8dfddb95d542d9a6ec36f4 Mon Sep 17 00:00:00 2001 From: Osi Bluber <87434959+OsiPog@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:08:40 +0200 Subject: [PATCH] helix: add `osipog` as maintainer --- modules/helix/meta.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/helix/meta.nix b/modules/helix/meta.nix index 3c4d1539..85252834 100644 --- a/modules/helix/meta.nix +++ b/modules/helix/meta.nix @@ -1,5 +1,6 @@ +{ lib, ... }: { name = "Helix"; homepage = "https://helix-editor.com"; - maintainers = [ ]; + maintainers = [ lib.maintainers.osipog ]; }