jabref: fix license (#209336)

This commit is contained in:
Oliver Kopp 2023-01-06 20:35:15 +01:00 committed by GitHub
parent 75ce40970b
commit d3275da53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};