From ca59f15360909094c811ac14d665b73fe1564a45 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 22:50:50 +0200 Subject: [PATCH] soapui: swap license to eupl11 --- pkgs/by-name/so/soapui/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/so/soapui/package.nix b/pkgs/by-name/so/soapui/package.nix index 1788c7e4b08b..31add3917376 100644 --- a/pkgs/by-name/so/soapui/package.nix +++ b/pkgs/by-name/so/soapui/package.nix @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { description = "Most Advanced REST & SOAP Testing Tool in the World"; homepage = "https://www.soapui.org/"; sourceProvenance = with sourceTypes; [ binaryBytecode ]; - license = "SoapUI End User License Agreement"; + license = lib.licenses.eupl11; maintainers = with maintainers; [ gerschtli ]; platforms = platforms.linux; # we don't fetch the dmg yet mainProgram = "soapui";