treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -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;
};
@@ -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;
};
@@ -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;
};
@@ -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;
};