soapui: swap license to eupl11

This commit is contained in:
jopejoe1
2025-09-28 18:47:20 +02:00
parent 3e8895f981
commit ca59f15360
+1 -1
View File
@@ -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";