summary refs log tree commit diff
path: root/pkgs/applications/misc/sweethome3d
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-06-15 13:49:18 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-15 13:49:55 +0200
commit7911072947a95675dde73061304adbbb512c702f (patch)
treebb84b2372da61312d44e2626a29eaa584597599d /pkgs/applications/misc/sweethome3d
parent97f45b1e11852bde9e8a53229c992345484e6268 (diff)
downloadnixpkgs-7911072947a95675dde73061304adbbb512c702f.tar
nixpkgs-7911072947a95675dde73061304adbbb512c702f.tar.gz
nixpkgs-7911072947a95675dde73061304adbbb512c702f.tar.bz2
nixpkgs-7911072947a95675dde73061304adbbb512c702f.tar.lz
nixpkgs-7911072947a95675dde73061304adbbb512c702f.tar.xz
nixpkgs-7911072947a95675dde73061304adbbb512c702f.tar.zst
nixpkgs-7911072947a95675dde73061304adbbb512c702f.zip
sweethome3d: remove '.' at end of description
Diffstat (limited to 'pkgs/applications/misc/sweethome3d')
-rw-r--r--pkgs/applications/misc/sweethome3d/default.nix2
-rw-r--r--pkgs/applications/misc/sweethome3d/editors.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/sweethome3d/default.nix b/pkgs/applications/misc/sweethome3d/default.nix
index 9516c30d75e..ab7a8240ebf 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 fe90e30d2eb..9eca1df59f5 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";