summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/molecular-dynamics
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2023-12-24 23:05:00 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2023-12-24 23:05:00 +0100
commit2058c3a373f047961549b3bd8531de5822139766 (patch)
tree11fe6d54f9cb4c755eb05fbfbbbb2c9f84b3a676 /pkgs/applications/science/molecular-dynamics
parente785198679acb94537c17e22f34b500c64e59b6c (diff)
lammps: fix homepage and license
Diffstat (limited to 'pkgs/applications/science/molecular-dynamics')
-rw-r--r--pkgs/applications/science/molecular-dynamics/lammps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/lammps/default.nix b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
index feb7a98bd59d..a6dc8592ae3c 100644
--- a/pkgs/applications/science/molecular-dynamics/lammps/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
@@ -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