From d3275da53d3a4ace07a9aef6fe2a32cfa8355193 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 6 Jan 2023 20:35:15 +0100 Subject: [PATCH] jabref: fix license (#209336) --- pkgs/applications/office/jabref/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix index a7b5a39d72f6..4f6ef33caec5 100644 --- a/pkgs/applications/office/jabref/default.nix +++ b/pkgs/applications/office/jabref/default.nix @@ -141,7 +141,7 @@ stdenv.mkDerivation rec { binaryBytecode # source bundles dependencies as jars binaryNativeCode # source bundles dependencies as jars ]; - license = licenses.gpl2; + license = licenses.mit; platforms = [ "x86_64-linux" "aarch64-linux" ]; maintainers = with maintainers; [ gebner linsui ]; };