treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
longDescription = ''
|
||||
Idle time passes when the user does not act, i.e. when the user doesn't move the mouse or use the keyboard.
|
||||
'';
|
||||
homepage = https://orgmode.org/;
|
||||
homepage = "https://orgmode.org/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.swflint ];
|
||||
|
||||
Reference in New Issue
Block a user