From fb58fd4ef4be0b13e5853cc0a3ed9d02dec04d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PedroHLC=20=E2=98=AD?= Date: Wed, 20 Dec 2023 11:14:54 -0300 Subject: [PATCH] osdlyrics: add pedrohlc to maintainers --- pkgs/applications/audio/osdlyrics/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/osdlyrics/default.nix b/pkgs/applications/audio/osdlyrics/default.nix index 8bd3a882a9ad..d0f12a59125d 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; }; }