summary refs log tree commit diff
path: root/pkgs/applications/graphics/fondo/default.nix
diff options
context:
space:
mode:
authordavidak <git@davidak.de>2021-08-02 02:46:24 +0200
committerdavidak <git@davidak.de>2021-08-02 19:09:29 +0200
commit8f02a4486d78ce4a1b5307cca053af5d3171c8d9 (patch)
tree6d4e156255c9874668f3762367f17d9841ec1326 /pkgs/applications/graphics/fondo/default.nix
parent99172dc3d0ca0c2d3ab8c271c78b2f793380374f (diff)
downloadnixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar.gz
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar.bz2
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar.lz
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar.xz
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.tar.zst
nixpkgs-8f02a4486d78ce4a1b5307cca053af5d3171c8d9.zip
pantheon: add maintainers team
Diffstat (limited to 'pkgs/applications/graphics/fondo/default.nix')
-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 c2cb4c92d47..19d93cee79b 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;
   };