about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-10-23 01:16:02 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-10-23 01:16:02 -0300
commit307775b000fd1fafbc0e56b11ec9d4a6002c90e9 (patch)
treed111b72fa36e393405ac36f6f81b8c76d4c88bea
parent8e76339adc1bd553c4402152525b653fdfe4431d (diff)
cmucl: remove tohl from meta.maintainers list
Because tohl disappeared (last seen 2021-01-28).
-rw-r--r--pkgs/development/compilers/cmucl/binary.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/cmucl/binary.nix b/pkgs/development/compilers/cmucl/binary.nix
index b09f5f41b67a5..12e863b2070e1 100644
--- a/pkgs/development/compilers/cmucl/binary.nix
+++ b/pkgs/development/compilers/cmucl/binary.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
     '';
     license = lib.licenses.free;		# public domain
     homepage = "http://www.cons.org/cmucl/";
-    maintainers = [lib.maintainers.tohl];
+    maintainers = [ ];
     platforms = lib.platforms.linux;
   };
 }