Commit 4141b29a authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

amdctl: remove thiagokokada from maintainers

parent 8a9938b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    description = "Set P-State voltages and clock speeds on recent AMD CPUs on Linux.";
    homepage = "https://github.com/kevinlekiller/amdctl";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ thiagokokada ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}