summary refs log tree commit diff
path: root/pkgs/tools/text/wgetpaste/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/wgetpaste/default.nix')
-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 235dcfe7458..ced6ce402fb 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -23,7 +23,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 iElectric ];
+    maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
     platforms = stdenv.lib.platforms.all;
   };
 }