about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-03 10:20:20 +0000
committerGitHub <noreply@github.com>2021-08-03 10:20:20 +0000
commite3ac38c730f7feb05030300c03eb4eb44b652a68 (patch)
tree18a8e9ec2d8a0391977c5ecda4277c030947417f /pkgs/applications/graphics
parent8a774cb17326e88a52bd6c37d5a65e62d65c8f34 (diff)
parent8f02a4486d78ce4a1b5307cca053af5d3171c8d9 (diff)
Merge pull request #121829 from davidak/pantheon-team
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/fondo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/fondo/default.nix b/pkgs/applications/graphics/fondo/default.nix
index c2cb4c92d47e8..19d93cee79b49 100644
--- a/pkgs/applications/graphics/fondo/default.nix
+++ b/pkgs/applications/graphics/fondo/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/calo001/fondo";
     description = "Find the most beautiful wallpapers for your desktop";
     license = licenses.agpl3Plus;
-    maintainers = with maintainers; [ AndersonTorres ];
+    maintainers = with maintainers; [ AndersonTorres ] ++ teams.pantheon.members;
     platforms = platforms.linux;
   };