about summary refs log tree commit diff
path: root/pkgs/applications/office/jabref
diff options
context:
space:
mode:
authorOliver Kopp <kopp.dev@gmail.com>2023-01-06 20:35:15 +0100
committerGitHub <noreply@github.com>2023-01-06 14:35:15 -0500
commitd3275da53d3a4ace07a9aef6fe2a32cfa8355193 (patch)
tree4b25e54a5eb9b5d2426b0dc53eb1e5e1fd8209df /pkgs/applications/office/jabref
parent75ce40970bdbf94aff669c02b5aeb2015e86f0fe (diff)
jabref: fix license (#209336)
Diffstat (limited to 'pkgs/applications/office/jabref')
-rw-r--r--pkgs/applications/office/jabref/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix
index a7b5a39d72f6b..4f6ef33caec5c 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 ];
   };