zaphyra's git: tgcNUR

fork of https://git.transgirl.cafe/zaphoid/tgc-nix-user-repository

commit 836ae2292b8f377e4db2f6c6839b368fe594fba1
parent cd948ef0cd95dca9c7621d54dfa52375e85b2684
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 25 Aug 2025 14:47:50 +0200

homeManagerModules/services/gomuks-web: add `meta.maintainers`
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/homeManagerModules/services/gomuks-web/default.nix b/homeManagerModules/services/gomuks-web/default.nix
@@ -1,4 +1,4 @@
-{ tgcFlake, ... }:
+{ tgcMaintainers, tgcFlake, ... }:
 {
   config,
   pkgs,

@@ -13,6 +13,8 @@ let
 in
 {
 
+  meta.maintainers = [ tgcMaintainers.zaphyra ];
+
   options.tgc.services.gomuks-web = {
     enable = lib.mkEnableOption "A Matrix client written in Go.";
     package = lib.mkPackageOption tgcFlake.packages.${pkgs.system} "gomuks-web" { };