lammps: update GPL2 license field
This commit is contained in:
parent
ed22820646
commit
dd9bc408af
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ stdenv.mkDerivation rec {
|
|||
funding from the DOE. It is an open-source code, distributed freely
|
||||
under the terms of the GNU Public License (GPL).
|
||||
'';
|
||||
homepage = "http://lammps.sandia.gov";
|
||||
license = licenses.gpl2;
|
||||
homepage = "https://lammps.sandia.gov";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue