Adds myself(bkchr) as maintainer of gst_rtsp_server

This commit is contained in:
Bastian Köcher
2018-03-30 20:28:05 +02:00
parent 666ea61bd1
commit 6596abea20
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bkchr ];
};
src = fetchurl {