treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
||||
ANSI Common Lisp standard.
|
||||
'';
|
||||
license = stdenv.lib.licenses.free; # public domain
|
||||
homepage = http://www.cons.org/cmucl/;
|
||||
homepage = "http://www.cons.org/cmucl/";
|
||||
maintainers = [stdenv.lib.maintainers.tohl];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user