From 239a88ca6124fdcca8d9d559e69b320836d4e5e8 Mon Sep 17 00:00:00 2001 From: Yaya Date: Sun, 7 Apr 2024 11:44:30 +0200 Subject: [PATCH] pyradio: add yayayayaka to maintainers --- pkgs/applications/audio/pyradio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix index 588776245220..5eb848519dfb 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 ]; }; }