about summary refs log tree commit diff
path: root/pkgs/development/rocm-modules
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2024-05-06 22:11:11 +0100
committerLancelot SIX <lsix@lancelotsix.com>2024-05-06 22:12:54 +0100
commit65e47ee45a9b399b3953f6994b13f57ef20eaa9b (patch)
tree447a14f97ee15e28f2f53d94ea86432a2956ec78 /pkgs/development/rocm-modules
parent2eeec259f833a9193c1205b46a528414b784bf49 (diff)
rocmPackckages.rocgdb: Fix license
Fix the lincense information for ROCgdb.  The appropriate license is
GPL3 or above.
Diffstat (limited to 'pkgs/development/rocm-modules')
-rw-r--r--pkgs/development/rocm-modules/6/rocgdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/rocm-modules/6/rocgdb/default.nix b/pkgs/development/rocm-modules/6/rocgdb/default.nix
index fd155ab09c6f5..2112c6cf02105 100644
--- a/pkgs/development/rocm-modules/6/rocgdb/default.nix
+++ b/pkgs/development/rocm-modules/6/rocgdb/default.nix
@@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     description = "ROCm source-level debugger for Linux, based on GDB";
     homepage = "https://github.com/ROCm/ROCgdb";
-    license = with licenses; [ gpl2 gpl3 bsd3 ];
+    license = licenses.gpl3Plus;
     maintainers = teams.rocm.members;
     platforms = platforms.linux;
     broken = versionAtLeast finalAttrs.version "7.0.0";