treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Use webpack to generate your static bundles";
|
||||
homepage = https://github.com/owais/django-webpack-loader;
|
||||
homepage = "https://github.com/owais/django-webpack-loader";
|
||||
maintainers = with maintainers; [ peterromfeldhk ];
|
||||
license = with licenses; [ mit ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user