strace: change licenses
"The test suite is now provided under the terms of
the GNU General Public License version 2 or later."
"All the rest of strace is now provided under the terms of
the GNU Lesser General Public License version 2.1 or later."
> 27739ebccc/NEWS (L4)
This commit is contained in:
parent
e529cdb3fb
commit
dfc35f1203
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://strace.io/;
|
||||
description = "A system call tracer for Linux";
|
||||
license = licenses.bsd3;
|
||||
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ jgeerds globin ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user