geant: Clean up a bit
This commit is contained in:
parent
a18ee4acb7
commit
cfd18c85a4
|
@ -47,9 +47,13 @@ let
|
|||
meta = {
|
||||
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.
|
||||
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.
|
||||
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. 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;
|
||||
license = stdenv.lib.licenses.g4sl;
|
||||
|
|
Loading…
Reference in New Issue