treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user