summary refs log tree commit diff
path: root/pkgs/os-specific/linux/perf-tools
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-08 18:01:37 +0000
committerGitHub <noreply@github.com>2021-09-08 18:01:37 +0000
commita84ab6724a42158c8b1face3b63a4e375aa186c5 (patch)
treeb8b49577d341eb57f631d3b1e982a1fda54185fd /pkgs/os-specific/linux/perf-tools
parent13bd2afb65ec7a9af80514d223086419d88a96ca (diff)
parent31efc58eb070fb18b68a75ee2724172788c01b78 (diff)
downloadnixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar.gz
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar.bz2
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar.lz
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar.xz
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.tar.zst
nixpkgs-a84ab6724a42158c8b1face3b63a4e375aa186c5.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/os-specific/linux/perf-tools')
-rw-r--r--pkgs/os-specific/linux/perf-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/perf-tools/default.nix b/pkgs/os-specific/linux/perf-tools/default.nix
index 5c3ef666c83..8c3e31e4538 100644
--- a/pkgs/os-specific/linux/perf-tools/default.nix
+++ b/pkgs/os-specific/linux/perf-tools/default.nix
@@ -40,6 +40,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;
   };
 }