geant: Clean up a bit
This commit is contained in:
parent
a18ee4acb7
commit
cfd18c85a4
|
@ -47,9 +47,13 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings and utilities for Geant4";
|
description = "Python bindings and utilities for Geant4";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Geant4 is a toolkit for the simulation of the passage of particles through matter.
|
Geant4 is a toolkit for the simulation of the passage of particles
|
||||||
Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.
|
through matter. Its areas of application include high energy,
|
||||||
The two main reference papers for Geant4 are published in Nuclear Instruments and Methods in Physics Research A 506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1 (2006) 270-278.
|
nuclear and accelerator physics, as well as studies in medical and
|
||||||
|
space science. The two main reference papers for Geant4 are
|
||||||
|
published in Nuclear Instruments and Methods in Physics Research A
|
||||||
|
506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1
|
||||||
|
(2006) 270-278.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.geant4.org;
|
homepage = http://www.geant4.org;
|
||||||
license = stdenv.lib.licenses.g4sl;
|
license = stdenv.lib.licenses.g4sl;
|
||||||
|
|
Loading…
Reference in New Issue