osdlyrics: add pedrohlc to maintainers

+1 -1
+1 -1
pkgs/applications/audio/osdlyrics/default.nix
··· 80 description = "Standalone lyrics fetcher/displayer"; 81 homepage = "https://github.com/osdlyrics/osdlyrics"; 82 license = licenses.gpl3Plus; 83 - maintainers = with maintainers; []; 84 platforms = platforms.linux; 85 }; 86 }
··· 80 description = "Standalone lyrics fetcher/displayer"; 81 homepage = "https://github.com/osdlyrics/osdlyrics"; 82 license = licenses.gpl3Plus; 83 + maintainers = with maintainers; [ pedrohlc ]; 84 platforms = platforms.linux; 85 }; 86 }