about summary refs log tree commit diff
path: root/pkgs/development/tools/pup
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
commitcf6c96533bb52f6cd33651257a232269c48cd167 (patch)
treec34647289a921b540a62aceb22659c8ae98687a6 /pkgs/development/tools/pup
parentad274bf46a418c5db3e3e94ef9295f8824fc2729 (diff)
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/development/tools/pup')
-rw-r--r--pkgs/development/tools/pup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/pup/default.nix b/pkgs/development/tools/pup/default.nix
index 9383b8af0c576..d7ca815babd4c 100644
--- a/pkgs/development/tools/pup/default.nix
+++ b/pkgs/development/tools/pup/default.nix
@@ -17,6 +17,6 @@ buildGoModule rec {
     description = "Parsing HTML at the command line";
     homepage = "https://github.com/ericchiang/pup";
     license = licenses.mit;
-    maintainers = with maintainers; [ SuperSandro2000 yana ];
+    maintainers = with maintainers; [ yana ];
   };
 }