treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
fetchzip {
|
||||
name = "lato-2.0";
|
||||
|
||||
url = http://www.latofonts.com/download/Lato2OFL.zip;
|
||||
url = "http://www.latofonts.com/download/Lato2OFL.zip";
|
||||
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts
|
||||
@@ -13,7 +13,7 @@ fetchzip {
|
||||
sha256 = "1amwn6vcaggxrd2s4zw21s2pr47zmzdf2xfy4x9lxa2cd9bkhvg5";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://www.latofonts.com/;
|
||||
homepage = "http://www.latofonts.com/";
|
||||
|
||||
description = ''
|
||||
Sans-serif typeface family designed in Summer 2010 by Łukasz Dziedzic
|
||||
|
||||
Reference in New Issue
Block a user