treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
effective code.
|
||||
'';
|
||||
|
||||
homepage = http://www.cloog.org/;
|
||||
homepage = "http://www.cloog.org/";
|
||||
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
effective code.
|
||||
'';
|
||||
|
||||
homepage = http://www.cloog.org/;
|
||||
homepage = "http://www.cloog.org/";
|
||||
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user