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

@ -591,6 +591,11 @@
github = "bjornfor"; github = "bjornfor";
name = "Bjørn Forsman"; name = "Bjørn Forsman";
}; };
bkchr = {
email = "nixos@kchr.de";
github = "bkchr";
name = "Bastian Köcher";
};
bluescreen303 = { bluescreen303 = {
email = "mathijs@bluescreen303.nl"; email = "mathijs@bluescreen303.nl";
github = "bluescreen303"; github = "bluescreen303";

View file

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