treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user