lammps: fix homepage and license

This commit is contained in:
Markus Kowalewski 2023-12-24 23:05:00 +01:00
parent e785198679
commit 2058c3a373

View File

@ -108,8 +108,8 @@ stdenv.mkDerivation (finalAttrs: {
funding from the DOE. It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL).
'';
homepage = "https://lammps.sandia.gov";
license = licenses.gpl2Plus;
homepage = "https://www.lammps.org";
license = licenses.gpl2Only;
platforms = platforms.linux;
# compiling lammps with 64 bit support blas and lapack might cause runtime
# segfaults. In anycase both blas and lapack should have the same #bits