treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
|
||||
passthru = { inherit version; pythonSupport = pythonSupport; };
|
||||
|
||||
meta = {
|
||||
homepage = http://xmlsoft.org/;
|
||||
homepage = "http://xmlsoft.org/";
|
||||
description = "An XML parsing library for C";
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user