ryzenadj: add rhendric as maintainer
This commit is contained in:
parent
ea0dcd0ae1
commit
2e64a57a31
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue