treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ let
|
||||
in fetchzip {
|
||||
name = "andagii-${version}";
|
||||
|
||||
url = http://www.i18nguy.com/unicode/andagii.zip;
|
||||
url = "http://www.i18nguy.com/unicode/andagii.zip";
|
||||
curlOpts = "--user-agent 'Mozilla/5.0'";
|
||||
postFetch = ''
|
||||
unzip $downloadedFile
|
||||
@@ -18,7 +18,7 @@ in fetchzip {
|
||||
# package; but I cannot find the original source, so use it on your
|
||||
# own risk Debian claims it is GPL - good enough for me.
|
||||
meta = with lib; {
|
||||
homepage = http://www.i18nguy.com/unicode/unicode-font.html;
|
||||
homepage = "http://www.i18nguy.com/unicode/unicode-font.html";
|
||||
description = "Unicode Plane 1 Osmanya script font";
|
||||
maintainers = with maintainers; [ raskin rycee ];
|
||||
license = "unknown";
|
||||
|
||||
Reference in New Issue
Block a user