Commit adf3bf88 authored by 06kellyjac's avatar 06kellyjac
Browse files

bashdb: specify gpl2 license type as plus

parent bdfaac30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
    description = "Bash script debugger";
    mainProgram = "bashdb";
    homepage = "https://bashdb.sourceforge.net/";
    license = lib.licenses.gpl2;
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
  };
}