librist: remove sebtm as maintainer

This commit is contained in:
Sebastian Sellmeier
2024-12-03 20:03:42 +01:00
parent 3ebf7def3f
commit 99a6022ebf
+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;
};
}