treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Action-adventure dungeon crawl game";
|
||||
homepage = http://www.asceai.net/meritous/;
|
||||
homepage = "http://www.asceai.net/meritous/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.alexvorobiev ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user