about summary refs log tree commit diff
path: root/pkgs/applications/networking/ping
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/networking/ping
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/applications/networking/ping')
-rw-r--r--pkgs/applications/networking/ping/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ping/default.nix b/pkgs/applications/networking/ping/default.nix
index 40240565973dc..82194e38eae74 100644
--- a/pkgs/applications/networking/ping/default.nix
+++ b/pkgs/applications/networking/ping/default.nix
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A helpful tool that lets you debug what part of your API is causing you issues";
     homepage = "https://github.com/jeremyvaartjes/ping";
-    maintainers = with maintainers; [ xiorcale ] ++ pantheon.maintainers;
+    maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
     platforms = platforms.linux;
     license = licenses.gpl3;
   };