treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
name = "uni-vga";
src = fetchurl {
url = http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz;
url = "http://www.inp.nsk.su/~bolkhov/files/fonts/univga/uni-vga.tgz";
sha256 = "05sns8h5yspa7xkl81ri7y1yxf5icgsnl497f3xnaryhx11s2rv6";
};
@@ -55,7 +55,7 @@ stdenv.mkDerivation {
meta = {
description = "Unicode VGA font";
maintainers = [ maintainers.ftrvxmtrx ];
homepage = http://www.inp.nsk.su/~bolkhov/files/fonts/univga/;
homepage = "http://www.inp.nsk.su/~bolkhov/files/fonts/univga/";
license = licenses.mit;
};
}