treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Coverage 3.x support for Nose";
|
||||
homepage = https://github.com/ask/nosecover3;
|
||||
homepage = "https://github.com/ask/nosecover3";
|
||||
license = licenses.lgpl21;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user