summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-13 22:33:24 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-13 22:33:49 +0100
commit41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4 (patch)
tree27d2e206c29eb3bc5ef611233f08a80540918553 /pkgs/tools/text
parent007628fd49bf005c90a721f70276db70fc207637 (diff)
downloadnixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.gz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.bz2
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.lz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.xz
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.tar.zst
nixlib-41b53577a8f2e8ed45ef06ae3f13a92c7c90c3b4.zip
unmaintain a bunch of packages
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/enscript/default.nix2
-rw-r--r--pkgs/tools/text/gawk/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/enscript/default.nix b/pkgs/tools/text/enscript/default.nix
index 797f5b8b6922..37121e68f662 100644
--- a/pkgs/tools/text/enscript/default.nix
+++ b/pkgs/tools/text/enscript/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
 
     homepage = http://www.gnu.org/software/enscript/;
 
-    maintainers = [ stdenv.lib.maintainers.ludo ];
+    maintainers = [ ];
     platforms = stdenv.lib.platforms.all;
   };
 }
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index 8866888a7367..ba110640b31f 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
 
     license = stdenv.lib.licenses.gpl3Plus;
 
-    maintainers = [ stdenv.lib.maintainers.ludo ];
+    maintainers = [ ];
   };
 }