From 68b95f0bdf5030da4505c97ae527063d4b652aa2 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Thu, 18 Feb 2021 00:54:30 +0000 Subject: [PATCH] librseq: specify that lgpl21 is lgpl21Only --- pkgs/development/libraries/librseq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/librseq/default.nix b/pkgs/development/libraries/librseq/default.nix index 12b9b4109c70f..82e6c54bb2c8e 100644 --- a/pkgs/development/libraries/librseq/default.nix +++ b/pkgs/development/libraries/librseq/default.nix @@ -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 ]; };