summary refs log tree commit diff
path: root/nixos/modules/services/misc/sourcehut/default.nix
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2022-10-30 22:38:52 +0100
committerWinter <winter@winter.cafe>2022-11-01 21:56:37 -0400
commite1930cf933f306cad0611998c78671f7fe0f41ab (patch)
tree9cfbe3d6bc7fc3b6d90c0731ddb20b2bc547d97d /nixos/modules/services/misc/sourcehut/default.nix
parent511be9e2258ceeb7ec27582c08bf7cbd3714e28b (diff)
downloadnixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar.gz
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar.bz2
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar.lz
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar.xz
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.tar.zst
nixpkgs-e1930cf933f306cad0611998c78671f7fe0f41ab.zip
nixos/sourcehut: removing myself from maintainers
Sourcehut is too complex, fast moving and RAM hungry for me.
I'll make do with gitolite and public-inbox for now.
Diffstat (limited to 'nixos/modules/services/misc/sourcehut/default.nix')
-rw-r--r--nixos/modules/services/misc/sourcehut/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/sourcehut/default.nix b/nixos/modules/services/misc/sourcehut/default.nix
index 9177f3cd022..a79149c8f58 100644
--- a/nixos/modules/services/misc/sourcehut/default.nix
+++ b/nixos/modules/services/misc/sourcehut/default.nix
@@ -1419,5 +1419,5 @@ in
   ];
 
   meta.doc = ./sourcehut.xml;
-  meta.maintainers = with maintainers; [ julm tomberek ];
+  meta.maintainers = with maintainers; [ tomberek ];
 }