Merge pull request #276556 from markuskowa/fix-lamps

lammps: fix homepage and license
This commit is contained in:
Doron Behar 2023-12-25 12:08:21 +00:00 committed by GitHub
commit 744baa822f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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