treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,13 +19,13 @@ stdenv.mkDerivation rec {
|
||||
inherit patches;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.6809.org.uk/evilwm/;
|
||||
homepage = "http://www.6809.org.uk/evilwm/";
|
||||
description = "Minimalist window manager for the X Window System";
|
||||
|
||||
license = {
|
||||
shortName = "evilwm";
|
||||
fullName = "Custom, inherited from aewm and 9wm";
|
||||
url = http://www.6809.org.uk/evilwm/;
|
||||
url = "http://www.6809.org.uk/evilwm/";
|
||||
free = true;
|
||||
}; # like BSD/MIT, but Share-Alike'y; See README.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user