{vectorscan,python3Packages.pyperscan,oniux}: make use of compund licenses (#531167)

This commit is contained in:
Jo
2026-06-15 07:46:15 +00:00
committed by GitHub
3 changed files with 19 additions and 13 deletions
+6 -4
View File
@@ -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";
};
})
+7 -5
View File
@@ -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