treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "readline-5.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/readline/readline-5.2.tar.gz;
|
||||
url = "mirror://gnu/readline/readline-5.2.tar.gz";
|
||||
sha256 = "0icz4hqqq8mlkwrpczyaha94kns0am9z0mh3a2913kg2msb8vs0j";
|
||||
};
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation (rec {
|
||||
desire its capabilities.
|
||||
'';
|
||||
|
||||
homepage = https://savannah.gnu.org/projects/readline/;
|
||||
homepage = "https://savannah.gnu.org/projects/readline/";
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
|
||||
desire its capabilities.
|
||||
'';
|
||||
|
||||
homepage = https://savannah.gnu.org/projects/readline/;
|
||||
homepage = "https://savannah.gnu.org/projects/readline/";
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
desire its capabilities.
|
||||
'';
|
||||
|
||||
homepage = https://savannah.gnu.org/projects/readline/;
|
||||
homepage = "https://savannah.gnu.org/projects/readline/";
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
desire its capabilities.
|
||||
'';
|
||||
|
||||
homepage = https://savannah.gnu.org/projects/readline/;
|
||||
homepage = "https://savannah.gnu.org/projects/readline/";
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user