amdctl: remove thiagokokada from maintainers

This commit is contained in:
Thiago Kenji Okada
2024-01-07 21:48:56 +00:00
parent 8a9938b06c
commit 4141b29a79
+1 -1
View File
@@ -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" ];
};
}