treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://swapoff.org/devtodo1.html;
|
||||
homepage = "https://swapoff.org/devtodo1.html";
|
||||
description = "A hierarchical command-line task manager";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.woffs ];
|
||||
|
||||
Reference in New Issue
Block a user