aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix')
-rw-r--r--nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix b/nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix
index db91b1648af..977f34692f9 100644
--- a/nixpkgs/pkgs/development/compilers/chicken/4/egg2nix.nix
+++ b/nixpkgs/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 = with stdenv.lib.maintainers; [ the-kenny corngood ];
+ maintainers = with stdenv.lib.maintainers; [ corngood ];
};
}