about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDavid McFarland <corngood@gmail.com>2019-12-20 00:48:25 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-12-19 23:48:25 -0500
commit2197fed076cf8b82f8cffeb676e9a025ce33e9b7 (patch)
tree2f0ed6fa0843a7772d0e2e0c711ef2fe0d1dd581 /pkgs
parent3e5849adbbd47fd9f457c4cc91436ca4f6a898ff (diff)
downloadnixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar.gz
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar.bz2
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar.lz
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar.xz
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.tar.zst
nixlib-2197fed076cf8b82f8cffeb676e9a025ce33e9b7.zip
chicken: add corngood as maintainer (#76076)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/chicken/4/chicken.nix2
-rw-r--r--pkgs/development/compilers/chicken/4/egg2nix.nix2
-rw-r--r--pkgs/development/compilers/chicken/5/chicken.nix2
-rw-r--r--pkgs/development/compilers/chicken/5/egg2nix.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/chicken/4/chicken.nix b/pkgs/development/compilers/chicken/4/chicken.nix
index 34512fc8ef05..4112a74d5eee 100644
--- a/pkgs/development/compilers/chicken/4/chicken.nix
+++ b/pkgs/development/compilers/chicken/4/chicken.nix
@@ -63,7 +63,7 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://www.call-cc.org/;
     license = stdenv.lib.licenses.bsd3;
-    maintainers = with stdenv.lib.maintainers; [ the-kenny ];
+    maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
     platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix
     description = "A portable compiler for the Scheme programming language";
     longDescription = ''
diff --git a/pkgs/development/compilers/chicken/4/egg2nix.nix b/pkgs/development/compilers/chicken/4/egg2nix.nix
index d0f3b8a4e261..8f796d09ee56 100644
--- a/pkgs/development/compilers/chicken/4/egg2nix.nix
+++ b/pkgs/development/compilers/chicken/4/egg2nix.nix
@@ -22,6 +22,6 @@ eggDerivation {
     homepage = https://github.com/the-kenny/egg2nix;
     license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.unix;
-    maintainers = [ stdenv.lib.maintainers.the-kenny ];
+    maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
   };
 }
diff --git a/pkgs/development/compilers/chicken/5/chicken.nix b/pkgs/development/compilers/chicken/5/chicken.nix
index 5fefce12dbf1..fb280795d889 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 ];
+    maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
     platforms = stdenv.lib.platforms.linux; # Maybe other non-darwin Unix
     description = "A portable compiler for the Scheme programming language";
     longDescription = ''
diff --git a/pkgs/development/compilers/chicken/5/egg2nix.nix b/pkgs/development/compilers/chicken/5/egg2nix.nix
index 21e12849b3ad..77ed32cafe1a 100644
--- a/pkgs/development/compilers/chicken/5/egg2nix.nix
+++ b/pkgs/development/compilers/chicken/5/egg2nix.nix
@@ -24,6 +24,6 @@ eggDerivation {
     homepage = https://github.com/the-kenny/egg2nix;
     license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.unix;
-    maintainers = [ stdenv.lib.maintainers.the-kenny ];
+    maintainers = with stdenv.lib.maintainers; [ the-kenny corngood ];
   };
 }