treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format";
|
||||
homepage = https://birdfont.org;
|
||||
homepage = "https://birdfont.org";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "XML parser for Vala and C programs";
|
||||
homepage = https://birdfont.org/xmlbird.php;
|
||||
homepage = "https://birdfont.org/xmlbird.php";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user