treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -105,7 +105,7 @@ in mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/The-Compiler/qutebrowser;
|
||||
homepage = "https://github.com/The-Compiler/qutebrowser";
|
||||
description = "Keyboard-focused browser with a minimal GUI";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry ];
|
||||
|
||||
Reference in New Issue
Block a user