about summary refs log tree commit diff
path: root/pkgs/applications/audio/pwvucontrol
diff options
context:
space:
mode:
authorGuanran Wang <guanran928@outlook.com>2024-06-13 05:15:07 +0800
committerGuanran Wang <guanran928@outlook.com>2024-06-13 05:15:07 +0800
commit9c0cb8301a6b37caad5abb5cb22d741560cb23cb (patch)
treecfb098cea6f930fcc2566d51885dca7904b69dd0 /pkgs/applications/audio/pwvucontrol
parent167bab824510c0a7b306020b180760ebe28fbb33 (diff)
pwvucontrol: add Guanran928 as maintainer
Diffstat (limited to 'pkgs/applications/audio/pwvucontrol')
-rw-r--r--pkgs/applications/audio/pwvucontrol/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/pwvucontrol/default.nix b/pkgs/applications/audio/pwvucontrol/default.nix
index 11601cc6f92fa..f6733b1e4fdfd 100644
--- a/pkgs/applications/audio/pwvucontrol/default.nix
+++ b/pkgs/applications/audio/pwvucontrol/default.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
     description = "Pipewire Volume Control";
     homepage = "https://github.com/saivert/pwvucontrol";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ figsoda ];
+    maintainers = with maintainers; [ figsoda Guanran928 ];
     mainProgram = "pwvucontrol";
     platforms = platforms.linux;
   };