obs-gstreamer: add pedrohlc as maintainer

This commit is contained in:
PedroHLC ☭ 2022-08-03 12:49:24 -03:00
parent 2e5606634f
commit a035b1b5ac
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An OBS Studio source, encoder and video filter plugin to use GStreamer elements/pipelines in OBS Studio";
homepage = "https://github.com/fzwoch/obs-gstreamer";
maintainers = with maintainers; [ ahuzik ];
maintainers = with maintainers; [ ahuzik pedrohlc ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
};