octopus: update licenses

wip/yesman
Markus Kowalewski 3 years ago
parent 9622a8981b
commit 0961d5b998
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 2
      pkgs/applications/science/chemistry/octopus/default.nix

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Real-space time dependent density-functional theory code";
homepage = "https://octopus-code.org";
maintainers = with maintainers; [ markuskowa ];
license = licenses.gpl2;
license = with licenses; [ gpl2Only asl20 lgpl3Plus bsd3 ];
platforms = [ "x86_64-linux" ];
};
}

Loading…
Cancel
Save