librseq: specify that lgpl21 is lgpl21Only

This commit is contained in:
Orivej Desh 2021-02-18 00:54:30 +00:00
parent 983f4d6894
commit 68b95f0bdf

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Userspace library for the Linux Restartable Sequence API";
homepage = "https://github.com/compudj/librseq";
license = licenses.lgpl21;
license = licenses.lgpl21Only;
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice ];
};