about summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2021-09-19 02:58:11 +0200
committerGitHub <noreply@github.com>2021-09-19 02:58:11 +0200
commitdfa2dd95c2ce4224f60648172f8ae5d772cfebfb (patch)
tree4b624cc750ef52883a806c7ebac64c3791a9d69b /pkgs/applications/system
parenta0d68379c29c95ca08fa5ef2d568ef0c8e218a6d (diff)
parent0fd8cc390806ef15ded043e729816faa277120af (diff)
downloadnixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar.gz
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar.bz2
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar.lz
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar.xz
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.tar.zst
nixlib-dfa2dd95c2ce4224f60648172f8ae5d772cfebfb.zip
Merge pull request #138434 from bobby285271/pantheon-team
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/monitor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/system/monitor/default.nix b/pkgs/applications/system/monitor/default.nix
index 9fdcf62ee985..afe18c399a3a 100644
--- a/pkgs/applications/system/monitor/default.nix
+++ b/pkgs/applications/system/monitor/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
       section in the NixOS manual.
     '';
     homepage = "https://github.com/stsdc/monitor";
-    maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers;
+    maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
     platforms = platforms.linux;
     license = licenses.gpl3;
   };