treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
# Public domain + permissive (non-copyleft) licensing of some files.
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
|
||||
homepage = http://people.csail.mit.edu/jaffer/SLIB;
|
||||
homepage = "http://people.csail.mit.edu/jaffer/SLIB";
|
||||
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user