treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
description = ''
|
||||
A simple tool which print the current working directory of the currently focused window
|
||||
'';
|
||||
homepage = https://github.com/schischi/xcwd;
|
||||
homepage = "https://github.com/schischi/xcwd";
|
||||
maintainers = [ maintainers.grburst ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user