treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -32,7 +32,7 @@ in buildPythonPackage rec {
|
||||
A MySQL driver that does not depend on MySQL C client libraries and
|
||||
implements the DB API v2.0 specification.
|
||||
'';
|
||||
homepage = https://github.com/mysql/mysql-connector-python;
|
||||
homepage = "https://github.com/mysql/mysql-connector-python";
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
maintainers = with lib.maintainers; [ primeos ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user