summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/gdm.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:16:24 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-01 20:53:09 -0400
commitb0ac19e050676d9c6b07ec3f8cc9c7ab7487333a (patch)
tree62d1f17cd93f132a8b5e43541a8163ce24f7d3b7 /nixos/modules/services/x11/display-managers/gdm.nix
parent88a4b68985e77b5e01cadb692fbd6345e8913d7e (diff)
downloadnixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.gz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.bz2
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.lz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.xz
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.tar.zst
nixpkgs-b0ac19e050676d9c6b07ec3f8cc9c7ab7487333a.zip
nixos: add freedesktop/gnome/myself maintainers
Diffstat (limited to 'nixos/modules/services/x11/display-managers/gdm.nix')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index e0ac47bb766..9b4cca56d7f 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -38,6 +38,10 @@ in
 
 {
 
+  meta = {
+    maintainers = teams.gnome.members;
+  };
+
   ###### interface
 
   options = {