librist: remove sebtm as maintainer (#361525)

This commit is contained in:
Weijia Wang
2024-12-03 21:00:18 +01:00
committed by GitHub
+1 -1
View File
@@ -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;
};
}