ryzenadj: add rhendric as maintainer

This commit is contained in:
Ryan Hendrickson 2023-10-19 18:36:39 -04:00
parent ea0dcd0ae1
commit 2e64a57a31

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "Adjust power management settings for Ryzen Mobile Processors.";
homepage = "https://github.com/FlyGoat/RyzenAdj";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rhendric ];
platforms = [ "x86_64-linux" ];
};
}