about summary refs log tree commit diff
path: root/pkgs/applications/office/spice-up
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/office/spice-up
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
downloadnixlib-0fd8cc390806ef15ded043e729816faa277120af.tar
nixlib-0fd8cc390806ef15ded043e729816faa277120af.tar.gz
nixlib-0fd8cc390806ef15ded043e729816faa277120af.tar.bz2
nixlib-0fd8cc390806ef15ded043e729816faa277120af.tar.lz
nixlib-0fd8cc390806ef15ded043e729816faa277120af.tar.xz
nixlib-0fd8cc390806ef15ded043e729816faa277120af.tar.zst
nixlib-0fd8cc390806ef15ded043e729816faa277120af.zip
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/applications/office/spice-up')
-rw-r--r--pkgs/applications/office/spice-up/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/spice-up/default.nix b/pkgs/applications/office/spice-up/default.nix
index 28e35d08e917..b51eeb1ad954 100644
--- a/pkgs/applications/office/spice-up/default.nix
+++ b/pkgs/applications/office/spice-up/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Create simple and beautiful presentations";
     homepage = "https://github.com/Philip-Scott/Spice-up";
-    maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ pantheon.maintainers;
+    maintainers = with maintainers; [ samdroid-apps xiorcale ] ++ teams.pantheon.members;
     platforms = platforms.linux;
     # The COPYING file has GPLv3; some files have GPLv2+ and some have GPLv3+
     license = licenses.gpl3Plus;