summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
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/desktops/pantheon/desktop/elementary-onboarding/default.nix
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/desktops/pantheon/desktop/elementary-onboarding/default.nix')
-rw-r--r--pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
index 05e92e127a3..e7b0248ad42 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
@@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/elementary/onboarding";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = pantheon.maintainers;
+    maintainers = teams.pantheon.members;
   };
 }