sweethome3d: remove '.' at end of description

This commit is contained in:
Bjørn Forsman
2014-06-15 13:49:55 +02:00
parent 97f45b1e11
commit 7911072947
2 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ in rec {
version = "4.3.1";
module = "SweetHome3D";
name = stdenv.lib.toLower module + "-application-" + version;
description = "Design and visualize your future home.";
description = "Design and visualize your future home";
license = stdenv.lib.licenses.gpl2Plus;
src = fetchcvs {
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";