meta.description fixups

Mostly scripted substitutions with a couple of subjective enhancements.
This commit is contained in:
Joachim Fasting
2015-04-30 17:05:14 +02:00
parent 6524f969e5
commit bf7ad2d84f
66 changed files with 106 additions and 95 deletions

View File

@@ -92,7 +92,7 @@ let
'';
meta = {
description = "A toolkit for the simulation of the passage of particles through matter.";
description = "A toolkit for the simulation of the passage of particles through matter";
longDescription = ''
Geant4 is a toolkit for the simulation of the passage of particles through matter.
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
@@ -129,7 +129,7 @@ let
'';
meta = {
description = "Data files for the Geant4 toolkit.";
description = "Data files for the Geant4 toolkit";
homepage = http://www.geant4.org;
license = stdenv.lib.licenses.g4sl;
maintainers = [ ];

View File

@@ -45,7 +45,7 @@ let
'';
meta = {
description = "Python bindings and utilities for Geant4.";
description = "Python bindings and utilities for Geant4";
longDescription = ''
Geant4 is a toolkit for the simulation of the passage of particles through matter.
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.