remove period from description
This commit is contained in:
parent
beabacf8c7
commit
42627b7d59
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
forceShare = [ "man" "info" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free, open-source boardgame engine.";
|
||||
description = "A free, open-source boardgame engine";
|
||||
homepage = http://www.vassalengine.org/;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ tvestelind ];
|
||||
|
Loading…
Reference in New Issue
Block a user