mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
octopus: update licenses
This commit is contained in:
parent
9622a8981b
commit
0961d5b998
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Real-space time dependent density-functional theory code";
|
description = "Real-space time dependent density-functional theory code";
|
||||||
homepage = "https://octopus-code.org";
|
homepage = "https://octopus-code.org";
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [ markuskowa ];
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ gpl2Only asl20 lgpl3Plus bsd3 ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user