treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -84,7 +84,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = ".Net and Mono integration for Python";
|
||||
homepage = https://pythonnet.github.io;
|
||||
homepage = "https://pythonnet.github.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jraygauthier ];
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user