summary refs log tree commit diff
path: root/pkgs/applications/networking/ping/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ping/default.nix')
-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 40240565973..82194e38eae 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;
   };