treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mutt and terminal url selector (similar to urlview)";
|
||||
homepage = https://github.com/firecat53/urlscan;
|
||||
homepage = "https://github.com/firecat53/urlscan";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ dpaetzel jfrankenau ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user