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."; description = "Adjust power management settings for Ryzen Mobile Processors.";
homepage = "https://github.com/FlyGoat/RyzenAdj"; homepage = "https://github.com/FlyGoat/RyzenAdj";
license = licenses.lgpl3Only; license = licenses.lgpl3Only;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ rhendric ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };
} }