vectorscan: make use of compound licenses
This commit is contained in:
@@ -116,11 +116,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://www.vectorcamp.gr/vectorscan/";
|
||||
changelog = "https://github.com/VectorCamp/vectorscan/blob/${finalAttrs.src.rev}/CHANGELOG-vectorscan.md";
|
||||
platforms = lib.platforms.unix;
|
||||
license = with lib.licenses; [
|
||||
bsd3 # and
|
||||
bsd2 # and
|
||||
lib.licenses.boost
|
||||
];
|
||||
license =
|
||||
with lib.licenses;
|
||||
AND [
|
||||
bsd3
|
||||
bsd2
|
||||
lib.licenses.boost
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
tnias
|
||||
vlaci
|
||||
|
||||
Reference in New Issue
Block a user