···6970in
71{
72- meta = {
73- maintainers = with maintainers; [ ];
74 };
7576 # Note: the order in which lightdm greeter modules are imported
···6970in
71{
72+ meta = with lib; {
73+ maintainers = with maintainers; [ ] ++ teams.pantheon.members;
74 };
7576 # Note: the order in which lightdm greeter modules are imported
···64 description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
65 homepage = "https://github.com/cleac/olifant";
66 license = licenses.gpl3;
67- maintainers = with maintainers; [ ];
68 };
69}
···64 description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
65 homepage = "https://github.com/cleac/olifant";
66 license = licenses.gpl3;
67+ maintainers = with maintainers; [ ] ++ teams.pantheon.members;
68 };
69}
+1-1
pkgs/applications/networking/ftp/taxi/default.nix
···54 homepage = "https://github.com/Alecaddd/taxi";
55 description = "The FTP Client that drives you anywhere";
56 license = licenses.lgpl3Plus;
57- maintainers = with maintainers; [ AndersonTorres ];
58 platforms = platforms.linux;
59 };
60
···54 homepage = "https://github.com/Alecaddd/taxi";
55 description = "The FTP Client that drives you anywhere";
56 license = licenses.lgpl3Plus;
57+ maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members;
58 platforms = platforms.linux;
59 };
60