Merge pull request #262162 from rhendric/rhendric/ryzenadj

ryzenadj: add rhendric as maintainer
This commit is contained in:
Nick Cao
2023-10-20 08:11:21 -04:00
committed by GitHub
+1 -1
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" ];
};
}