summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/chicken/5/chicken.nix
diff options
context:
space:
mode:
authorKonstantin Astafurov <konstantin.astafurov@gmail.com>2023-02-11 21:01:24 -0500
committerDaniel Nagy <danielnagy@posteo.de>2023-04-04 20:15:00 +0200
commitca0335c064e5cc5fd643be34e427c297da91f75a (patch)
treed898150f2da87dd28699549c7c1496e84f294f53 /pkgs/development/compilers/chicken/5/chicken.nix
parent3545373f306600c20874ccb8d4c79071e0aec6f8 (diff)
chickenPackages_5: Remove ocaml dependency, switch to TOML
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 88fef5fea804..93a68d1ddba0 100644
--- a/pkgs/development/compilers/chicken/5/chicken.nix
+++ b/pkgs/development/compilers/chicken/5/chicken.nix
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://call-cc.org/";
license = lib.licenses.bsd3;
- maintainers = with lib.maintainers; [ corngood nagy ];
+ maintainers = with lib.maintainers; [ corngood nagy konst-aa ];
platforms = lib.platforms.unix;
description = "A portable compiler for the Scheme programming language";
longDescription = ''