about summary refs log tree commit diff
path: root/pkgs/applications/audio/osdlyrics
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-12-20 11:14:54 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-12-20 11:14:54 -0300
commitfb58fd4ef4be0b13e5853cc0a3ed9d02dec04d53 (patch)
tree7bd15b30bc3b839477974185e16e23648fe3d126 /pkgs/applications/audio/osdlyrics
parent26aecf922ecfc6643f533e661f3f7131b447e809 (diff)
osdlyrics: add pedrohlc to maintainers
Diffstat (limited to 'pkgs/applications/audio/osdlyrics')
-rw-r--r--pkgs/applications/audio/osdlyrics/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/osdlyrics/default.nix b/pkgs/applications/audio/osdlyrics/default.nix
index 8bd3a882a9adb..d0f12a59125da 100644
--- a/pkgs/applications/audio/osdlyrics/default.nix
+++ b/pkgs/applications/audio/osdlyrics/default.nix
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
     description = "Standalone lyrics fetcher/displayer";
     homepage = "https://github.com/osdlyrics/osdlyrics";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [];
+    maintainers = with maintainers; [ pedrohlc ];
     platforms = platforms.linux;
   };
 }