summary refs log tree commit diff
path: root/nixos/modules/programs/geary.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/programs/geary.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/programs/geary.nix')
-rw-r--r--nixos/modules/programs/geary.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/programs/geary.nix b/nixos/modules/programs/geary.nix
index 01803bc411e..5e441a75cb6 100644
--- a/nixos/modules/programs/geary.nix
+++ b/nixos/modules/programs/geary.nix
@@ -6,6 +6,10 @@ let
   cfg = config.programs.geary;
 
 in {
+  meta = {
+    maintainers = teams.gnome.members;
+  };
+
   options = {
     programs.geary.enable = mkEnableOption "Geary, a Mail client for GNOME 3";
   };