{vectorscan,python3Packages.pyperscan,oniux}: make use of compund licenses (#531167)
This commit is contained in:
@@ -30,10 +30,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
description = "Isolate Applications over Tor using Linux Namespaces";
|
||||
maintainers = with lib.maintainers; [ tnias ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
license =
|
||||
with lib.licenses;
|
||||
OR [
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
mainProgram = "oniux";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -43,10 +43,12 @@ buildPythonPackage rec {
|
||||
homepage = "https://vlaci.github.io/pyperscan/";
|
||||
changelog = "https://github.com/vlaci/pyperscan/releases/tag/${src.rev}";
|
||||
platforms = lib.platforms.unix;
|
||||
license = with lib.licenses; [
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
license =
|
||||
with lib.licenses;
|
||||
OR [
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
tnias
|
||||
vlaci
|
||||
|
||||
Reference in New Issue
Block a user