treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Elegant Python library for XMPP";
|
||||
license = lib.licenses.mit;
|
||||
homepage = https://dev.louiz.org/projects/slixmpp;
|
||||
homepage = "https://dev.louiz.org/projects/slixmpp";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user