obs-vkcapture: added pedrohlc to maintainers

This commit is contained in:
Átila Saraiva
2022-08-25 10:16:02 -03:00
parent 8d5c4efbf8
commit 6ea77eef79
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "OBS Linux Vulkan/OpenGL game capture";
homepage = "https://github.com/nowrep/obs-vkcapture";
maintainers = with maintainers; [ atila ];
maintainers = with maintainers; [ atila pedrohlc ];
license = licenses.gpl2Only;
platforms = platforms.linux;
};