treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free, open-source boardgame engine";
|
||||
homepage = http://www.vassalengine.org/;
|
||||
homepage = "http://www.vassalengine.org/";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ tvestelind ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user