about summary refs log tree commit diff
path: root/pkgs/tools/text/wgetpaste
diff options
context:
space:
mode:
authorNathan <ndowens04@gmail.com>2019-12-26 21:28:10 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-26 16:47:41 -0500
commitb0caf68bffe54a001eb74ae6914e84e2ea6f68e5 (patch)
treef42c83c631b282753527ae7e4f23dc1e41f245f5 /pkgs/tools/text/wgetpaste
parent690390d49349be4ac5cff7616dffc47ece45fb77 (diff)
downloadnixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.gz
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.bz2
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.lz
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.xz
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.tar.zst
nixlib-b0caf68bffe54a001eb74ae6914e84e2ea6f68e5.zip
maintainer-list.nix: remove ndowens
Diffstat (limited to 'pkgs/tools/text/wgetpaste')
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index 7b08cffe42db..3360fd4cbe09 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     description = "Command-line interface to various pastebins";
     homepage = http://wgetpaste.zlin.dk/;
     license = stdenv.lib.licenses.publicDomain;
-    maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ndowens ];
+    maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
     platforms = stdenv.lib.platforms.all;
   };
 }