treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -10,7 +10,7 @@ python3Packages.buildPythonPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/thiderman/doge;
|
||||
homepage = "https://github.com/thiderman/doge";
|
||||
description = "wow very terminal doge";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Gonzih ];
|
||||
|
||||
Reference in New Issue
Block a user