treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -91,7 +91,7 @@ in stdenv.mkDerivation rec {
|
||||
LIBS = optionalString x11Support "-lX11";
|
||||
|
||||
meta = {
|
||||
homepage = http://w3m.sourceforge.net/;
|
||||
homepage = "http://w3m.sourceforge.net/";
|
||||
description = "A text-mode web browser";
|
||||
maintainers = [ maintainers.cstrahan ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user