summary refs log tree commit diff
path: root/pkgs/tools/networking/siege
diff options
context:
space:
mode:
authorOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:26:45 +0000
committerOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:30:37 +0000
commit1675b11cd4cbf326e9a20c768c5e7bdf3031b088 (patch)
treec6aeccf30393be9607be5ccfe6bf7760ef734d8a /pkgs/tools/networking/siege
parente750a79e49bb24fcc5e3005936ca788a2bd48e87 (diff)
downloadnixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.gz
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.bz2
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.lz
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.xz
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.tar.zst
nixpkgs-1675b11cd4cbf326e9a20c768c5e7bdf3031b088.zip
Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
Diffstat (limited to 'pkgs/tools/networking/siege')
-rw-r--r--pkgs/tools/networking/siege/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/siege/default.nix b/pkgs/tools/networking/siege/default.nix
index 7e85973cbdb..4df008364d0 100644
--- a/pkgs/tools/networking/siege/default.nix
+++ b/pkgs/tools/networking/siege/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "HTTP load tester";
-    maintainers = with maintainers; [ ocharles raskin ];
+    maintainers = with maintainers; [ raskin ];
     platforms = platforms.unix;
     license = licenses.gpl2Plus;
   };