diff --git a/pkgs/development/libraries/libabigail/default.nix b/pkgs/development/libraries/libabigail/default.nix index d5f1713151b5..d18b5e11cf90 100644 --- a/pkgs/development/libraries/libabigail/default.nix +++ b/pkgs/development/libraries/libabigail/default.nix @@ -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; };