Merge pull request #275260 from deviant/unmaintain-obs

obs-studio{,-plugins.wlrobs}: remove self as maintainer
This commit is contained in:
Weijia Wang
2023-12-19 03:42:31 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -170,7 +170,7 @@ stdenv.mkDerivation rec {
video content, efficiently
'';
homepage = "https://obsproject.com";
maintainers = with maintainers; [ jb55 MP2E V materus ];
maintainers = with maintainers; [ jb55 MP2E materus ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ];
mainProgram = "obs";
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "An obs-studio plugin that allows you to screen capture on wlroots based wayland compositors";
homepage = "https://hg.sr.ht/~scoopta/wlrobs";
maintainers = with maintainers; [ grahamc V ];
maintainers = with maintainers; [ grahamc ];
license = licenses.gpl3Plus;
platforms = [ "x86_64-linux" ];
};