aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/chez-modules
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-03-31 21:11:51 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-04-10 17:54:53 +0100
commit84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch)
tree203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/development/chez-modules
parentbf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff)
treewide: Per RFC45, remove all unquoted URLs
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;
};