jabref: fix license (#209336)
This commit is contained in:
parent
75ce40970b
commit
d3275da53d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue