treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -65,8 +65,8 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
||||
|
||||
Based on QtWebEngine and Python 3. Fully customizable in Python.
|
||||
'';
|
||||
homepage = https://webmacs.readthedocs.io/en/latest/;
|
||||
changelog = https://github.com/parkouss/webmacs/blob/master/CHANGELOG.md;
|
||||
homepage = "https://webmacs.readthedocs.io/en/latest/";
|
||||
changelog = "https://github.com/parkouss/webmacs/blob/master/CHANGELOG.md";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ jacg ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user