about summary refs log tree commit diff
path: root/pkgs/applications/audio/pyradio
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2024-04-07 11:44:30 +0200
committerYaya <github@uwu.is>2024-04-07 11:44:30 +0200
commit239a88ca6124fdcca8d9d559e69b320836d4e5e8 (patch)
treef7252d4f3c5d73499609bd49164758c393e02841 /pkgs/applications/audio/pyradio
parent6d45a92d5e1614227d249db1fe36e3abc7071015 (diff)
pyradio: add yayayayaka to maintainers
Diffstat (limited to 'pkgs/applications/audio/pyradio')
-rw-r--r--pkgs/applications/audio/pyradio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix
index 588776245220d..5eb848519dfb0 100644
--- a/pkgs/applications/audio/pyradio/default.nix
+++ b/pkgs/applications/audio/pyradio/default.nix
@@ -42,6 +42,6 @@ python3Packages.buildPythonApplication rec {
     mainProgram = "pyradio";
     changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ contrun ];
+    maintainers = with maintainers; [ contrun yayayayaka ];
   };
 }