From 1eb75826beb297ffc9800c2673ae3f9a7b8555bb Mon Sep 17 00:00:00 2001 From: V Date: Mon, 18 Dec 2023 20:50:39 +0100 Subject: [PATCH 1/2] obs-studio: remove self as maintainer --- pkgs/applications/video/obs-studio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/obs-studio/default.nix b/pkgs/applications/video/obs-studio/default.nix index fee8325bf6d5..a19e996064a0 100644 --- a/pkgs/applications/video/obs-studio/default.nix +++ b/pkgs/applications/video/obs-studio/default.nix @@ -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"; From 501585eac1b1de29a2747490d722d02f0951c0f6 Mon Sep 17 00:00:00 2001 From: V Date: Mon, 18 Dec 2023 20:51:26 +0100 Subject: [PATCH 2/2] obs-studio-plugins.wlrobs: remove self as maintainer --- pkgs/applications/video/obs-studio/plugins/wlrobs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/obs-studio/plugins/wlrobs.nix b/pkgs/applications/video/obs-studio/plugins/wlrobs.nix index e309447d9527..360b3fb349f6 100644 --- a/pkgs/applications/video/obs-studio/plugins/wlrobs.nix +++ b/pkgs/applications/video/obs-studio/plugins/wlrobs.nix @@ -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" ]; };