summary refs log tree commit diff
path: root/pkgs/applications/graphics/akira
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-18 23:00:51 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 23:07:00 +0800
commit0fd8cc390806ef15ded043e729816faa277120af (patch)
treef34347ae9d21200e00303563fd7eca4504e8afeb /pkgs/applications/graphics/akira
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
downloadnixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.gz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.bz2
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.lz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.xz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.zst
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.zip
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/applications/graphics/akira')
-rw-r--r--pkgs/applications/graphics/akira/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/akira/default.nix b/pkgs/applications/graphics/akira/default.nix
index 46e4de27547..430c582dd79 100644
--- a/pkgs/applications/graphics/akira/default.nix
+++ b/pkgs/applications/graphics/akira/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
     description = "Native Linux Design application built in Vala and GTK";
     homepage = "https://github.com/akiraux/Akira";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ pantheon.maintainers;
+    maintainers = with maintainers; [ Br1ght0ne neonfuz ] ++ teams.pantheon.members;
     platforms = platforms.linux;
   };
 }