mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
jabref: fix license (#209336)
This commit is contained in:
parent
75ce40970b
commit
d3275da53d
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user