aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/chez-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/chez-modules')
-rw-r--r--pkgs/development/chez-modules/chez-matchable/default.nix2
-rw-r--r--pkgs/development/chez-modules/chez-mit/default.nix2
-rw-r--r--pkgs/development/chez-modules/chez-scmutils/default.nix2
-rw-r--r--pkgs/development/chez-modules/chez-srfi/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/chez-modules/chez-matchable/default.nix b/pkgs/development/chez-modules/chez-matchable/default.nix
index 2b3de233f9b7..d3f4e3fbe636 100644
--- a/pkgs/development/chez-modules/chez-matchable/default.nix
+++ b/pkgs/development/chez-modules/chez-matchable/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "This is a Library for ChezScheme providing the protable hygenic pattern matcher by Alex Shinn";
- homepage = https://github.com/fedeinthemix/chez-matchable/;
+ homepage = "https://github.com/fedeinthemix/chez-matchable/";
maintainers = [ stdenv.lib.maintainers.jitwit ];
license = stdenv.lib.licenses.publicDomain;
};
diff --git a/pkgs/development/chez-modules/chez-mit/default.nix b/pkgs/development/chez-modules/chez-mit/default.nix
index 3614e97d9eac..fc2c0f7ba4f1 100644
--- a/pkgs/development/chez-modules/chez-mit/default.nix
+++ b/pkgs/development/chez-modules/chez-mit/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
description = "This is a MIT/GNU Scheme compatibility library for Chez Scheme";
- homepage = https://github.com/fedeinthemix/chez-mit/;
+ homepage = "https://github.com/fedeinthemix/chez-mit/";
maintainers = [ stdenv.lib.maintainers.jitwit ];
license = stdenv.lib.licenses.free;
};
diff --git a/pkgs/development/chez-modules/chez-scmutils/default.nix b/pkgs/development/chez-modules/chez-scmutils/default.nix
index ceebef11363e..861ff4ff46b7 100644
--- a/pkgs/development/chez-modules/chez-scmutils/default.nix
+++ b/pkgs/development/chez-modules/chez-scmutils/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
description = "This is a port of the ‘MIT Scmutils’ library to Chez Scheme";
- homepage = https://github.com/fedeinthemix/chez-scmutils/;
+ homepage = "https://github.com/fedeinthemix/chez-scmutils/";
maintainers = [ stdenv.lib.maintainers.jitwit ];
license = stdenv.lib.licenses.gpl3;
};
diff --git a/pkgs/development/chez-modules/chez-srfi/default.nix b/pkgs/development/chez-modules/chez-srfi/default.nix
index 7f88b8fe7b0b..f055a14884a2 100644
--- a/pkgs/development/chez-modules/chez-srfi/default.nix
+++ b/pkgs/development/chez-modules/chez-srfi/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "This package provides a collection of SRFI libraries for Chez Scheme";
- homepage = https://github.com/fedeinthemix/chez-srfi/;
+ homepage = "https://github.com/fedeinthemix/chez-srfi/";
maintainers = [ stdenv.lib.maintainers.jitwit ];
license = stdenv.lib.licenses.free;
};