From 99a6022ebfbd5ff07377a863046d6bf1f7ee07b6 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Tue, 3 Dec 2024 20:03:42 +0100 Subject: [PATCH] librist: remove sebtm as maintainer --- pkgs/by-name/li/librist/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/librist/package.nix b/pkgs/by-name/li/librist/package.nix index 97fbece7aa27..a98400a89d35 100644 --- a/pkgs/by-name/li/librist/package.nix +++ b/pkgs/by-name/li/librist/package.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { description = "Library that can be used to easily add the RIST protocol to your application"; homepage = "https://code.videolan.org/rist/librist"; license = with licenses; [ bsd2 mit isc ]; - maintainers = with maintainers; [ raphaelr sebtm ]; + maintainers = with maintainers; [ raphaelr ]; platforms = platforms.all; }; }