mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
sweethome3d: remove '.' at end of description
This commit is contained in:
parent
97f45b1e11
commit
7911072947
@ -53,7 +53,7 @@ in rec {
|
|||||||
version = "4.3.1";
|
version = "4.3.1";
|
||||||
module = "SweetHome3D";
|
module = "SweetHome3D";
|
||||||
name = stdenv.lib.toLower module + "-application-" + version;
|
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;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
src = fetchcvs {
|
src = fetchcvs {
|
||||||
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
||||||
|
@ -63,7 +63,7 @@ in rec {
|
|||||||
version = "1.3";
|
version = "1.3";
|
||||||
module = "TexturesLibraryEditor";
|
module = "TexturesLibraryEditor";
|
||||||
name = sweetName module version;
|
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;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
src = fetchcvs {
|
src = fetchcvs {
|
||||||
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
||||||
@ -77,7 +77,7 @@ in rec {
|
|||||||
version = "1.13";
|
version = "1.13";
|
||||||
module = "FurnitureLibraryEditor";
|
module = "FurnitureLibraryEditor";
|
||||||
name = sweetName module version;
|
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;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
src = fetchcvs {
|
src = fetchcvs {
|
||||||
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
cvsRoot = ":pserver:anonymous@sweethome3d.cvs.sourceforge.net:/cvsroot/sweethome3d";
|
||||||
|
Loading…
Reference in New Issue
Block a user