treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Python framework that makes developing APIs as simple as possible, but no simpler";
|
||||
homepage = https://github.com/timothycrosley/hug;
|
||||
homepage = "https://github.com/timothycrosley/hug";
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user