openmolcas: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:28:51 +01:00
parent 8d466ab26a
commit d23e5ca0b4
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -69,7 +69,7 @@ in stdenv.mkDerivation {
description = "Advanced quantum chemistry software package";
homepage = "https://gitlab.com/Molcas/OpenMolcas";
maintainers = [ maintainers.markuskowa ];
license = licenses.lgpl21;
license = licenses.lgpl21Only;
platforms = [ "x86_64-linux" ];
};
}