treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||
license = lib.licenses.lgpl21;
|
||||
homepage = http://www.pyside.org;
|
||||
homepage = "http://www.pyside.org";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user