Commit 65e47ee4 authored by Lancelot SIX's avatar Lancelot SIX
Browse files

rocmPackckages.rocgdb: Fix license

Fix the lincense information for ROCgdb.  The appropriate license is
GPL3 or above.
parent 2eeec259
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";