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