libabigail: correct license

https://sourceware.org/pipermail/libabigail/2021q4/003712.html
This commit is contained in:
Jan Tojnar 2021-12-11 19:31:34 +01:00 committed by GitHub
parent fe403426d0
commit 2b1ef081e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "ABI Generic Analysis and Instrumentation Library";
homepage = "https://sourceware.org/libabigail/";
license = licenses.lgpl3Plus;
license = with licenses; [ asl20 llvm-exception ];
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
};