summary refs log tree commit diff
path: root/pkgs/tools/typesetting/lhs2tex
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-18 15:37:06 +0200
committerPeter Simons <simons@cryp.to>2012-07-18 15:49:12 +0200
commitcca94ee05e5c3bc765bf838782a52ad0af4c030e (patch)
treecd2e87d9a3ae5035097c30d7e411c7bd97a3c567 /pkgs/tools/typesetting/lhs2tex
parent26fa2425c622ea33606ce52c9d466adca23b3363 (diff)
downloadnixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar.gz
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar.bz2
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar.lz
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar.xz
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.tar.zst
nixlib-cca94ee05e5c3bc765bf838782a52ad0af4c030e.zip
lhs2tex: remove myself as maintainer
Diffstat (limited to 'pkgs/tools/typesetting/lhs2tex')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index a78feaadb18f..5ac339e92ece 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -18,10 +18,6 @@ cabal.mkDerivation (self: {
     description = "Preprocessor for typesetting Haskell sources with LaTeX";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })
-