treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.w3.org/Tools/eot-utils/;
|
||||
homepage = "http://www.w3.org/Tools/eot-utils/";
|
||||
description = "Create Embedded Open Type from OpenType or TrueType font";
|
||||
license = stdenv.lib.licenses.w3c;
|
||||
maintainers = with stdenv.lib.maintainers; [ leenaars ];
|
||||
|
||||
Reference in New Issue
Block a user