nixos: add freedesktop/gnome/myself maintainers

This commit is contained in:
worldofpeace
2020-04-01 20:53:09 -04:00
parent 88a4b68985
commit b0ac19e050
41 changed files with 172 additions and 9 deletions
+4
View File
@@ -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";
};