summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/chicken/5/chicken.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-09 10:25:07 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-09 10:28:57 +0100
commit887295fd2d8c4da06acdaa185cbb3cc214d83285 (patch)
tree3f9c422c74f247bb33f31a96b8248575cc774ef8 /pkgs/development/compilers/chicken/5/chicken.nix
parentb1f802994e58657de2ea1ffc7dc57a830ecee17a (diff)
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
Diffstat (limited to 'pkgs/development/compilers/chicken/5/chicken.nix')
-rw-r--r--pkgs/development/compilers/chicken/5/chicken.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix
index 00d359c96d02..f07b63ea26f4 100644
--- a/pkgs/development/compilers/chicken/5/chicken.nix
+++ b/pkgs/development/compilers/chicken/5/chicken.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.call-cc.org/";
license = stdenv.lib.licenses.bsd3;
- maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
+ maintainers = with stdenv.lib.maintainers; [ corngood ];
platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix
description = "A portable compiler for the Scheme programming language";
longDescription = ''