treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A simplified interface to the Gnome libxml2 and libxslt libraries for Pure";
|
||||
homepage = http://puredocs.bitbucket.org/pure-xml.html;
|
||||
homepage = "http://puredocs.bitbucket.org/pure-xml.html";
|
||||
license = stdenv.lib.licenses.lgpl3Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ asppsa ];
|
||||
|
||||
Reference in New Issue
Block a user