From 7911072947a95675dde73061304adbbb512c702f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= <bjorn.forsman@gmail.com>
Date: Sun, 15 Jun 2014 13:49:18 +0200
Subject: [PATCH] sweethome3d: remove '.' at end of description

---
 pkgs/applications/misc/sweethome3d/default.nix | 2 +-
 pkgs/applications/misc/sweethome3d/editors.nix | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/applications/misc/sweethome3d/default.nix b/pkgs/applications/misc/sweethome3d/default.nix
index 9516c30d75e2..ab7a8240ebfb 100644
--- a/pkgs/applications/misc/sweethome3d/default.nix
+++ b/pkgs/applications/misc/sweethome3d/default.nix
@@ -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";
diff --git a/pkgs/applications/misc/sweethome3d/editors.nix b/pkgs/applications/misc/sweethome3d/editors.nix
index fe90e30d2eb8..9eca1df59f5d 100644
--- a/pkgs/applications/misc/sweethome3d/editors.nix
+++ b/pkgs/applications/misc/sweethome3d/editors.nix
@@ -63,7 +63,7 @@ in rec {
     version = "1.3";
     module = "TexturesLibraryEditor";
     name = sweetName module version;
-    description = "Easily create SH3T files and edit the properties of the texture images it contain.";
+    description = "Easily create SH3T files and edit the properties of the texture images it contain";
     license = stdenv.lib.licenses.gpl2Plus;
     src = fetchcvs {
       cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
@@ -77,7 +77,7 @@ in rec {
     version = "1.13";
     module = "FurnitureLibraryEditor";
     name = sweetName module version;
-    description = "Quickly create SH3F files and edit the properties of the 3D models it contain.";
+    description = "Quickly create SH3F files and edit the properties of the 3D models it contain";
     license = stdenv.lib.licenses.gpl2;
     src = fetchcvs {
       cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";