treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -14,6 +14,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Add flag to ignore unicode literal prefixes in doctests";
|
||||
license = with licenses; [ asl20 ];
|
||||
homepage = https://github.com/gnublade/doctest-ignore-unicode;
|
||||
homepage = "https://github.com/gnublade/doctest-ignore-unicode";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user