treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Print license based on selection and user options.";
|
||||
homepage = https://github.com/licenses/lice;
|
||||
homepage = "https://github.com/licenses/lice";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ swflint ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user