treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small X utility to perform elementary actions on windows";
|
||||
homepage = https://github.com/baskerville/xdo;
|
||||
homepage = "https://github.com/baskerville/xdo";
|
||||
maintainers = with maintainers; [ meisternu ];
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user