linuxPackages.perf-tools: clarify license

This commit is contained in:
Alyssa Ross 2021-08-30 13:55:46 +00:00
parent 5c14c688d2
commit 1fb4400c91

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/brendangregg/perf-tools";
description = "Performance analysis tools based on Linux perf_events (aka perf) and ftrace";
maintainers = [ maintainers.eelco ];
license = licenses.gpl2;
license = licenses.gpl2Plus;
};
}