obs-studio-plugins.obs-source-record: add maintainer shackra

This commit is contained in:
Jorge Javier Araya Navarro 2024-07-13 22:28:41 -06:00
parent d79b48bd74
commit b39d7984c1

View File

@ -31,7 +31,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "OBS Studio plugin to make sources available to record via a filter";
homepage = "https://github.com/exeldro/obs-source-record";
maintainers = with maintainers; [ robbins ];
maintainers = with maintainers; [
robbins
shackra
];
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" ];
};