librseq: specify that lgpl21 is lgpl21Only
This commit is contained in:
parent
983f4d6894
commit
68b95f0bdf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Userspace library for the Linux Restartable Sequence API";
|
description = "Userspace library for the Linux Restartable Sequence API";
|
||||||
homepage = "https://github.com/compudj/librseq";
|
homepage = "https://github.com/compudj/librseq";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue