about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2023-02-14 15:54:45 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-25 18:56:02 +0100
commit546f356db67baac2c34fcb1245c6267de1100260 (patch)
tree676c052c11dba1dd47e4f94f154379633bc792d3 /pkgs/os-specific
parentc8ba046415dbcbe71f825ac52f2bcda2596f6ab1 (diff)
remove myself as maintainer for now as I switched to another distro
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/ryzenadj/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ryzenadj/default.nix b/pkgs/os-specific/linux/ryzenadj/default.nix
index 0af52023b2323..9a84018b4f0d1 100644
--- a/pkgs/os-specific/linux/ryzenadj/default.nix
+++ b/pkgs/os-specific/linux/ryzenadj/default.nix
@@ -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; [ asbachb ];
+    maintainers = with maintainers; [ ];
     platforms = [ "x86_64-linux" ];
   };
 }