remove period from description

This commit is contained in:
Tomas Vestelind 2016-02-01 14:00:45 +01:00 committed by Tomas Vestelind
parent beabacf8c7
commit 42627b7d59
No known key found for this signature in database
GPG key ID: C63F735BAE753430

View file

@ -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 ];