unity3d: add tesq0 to the maintainers

This commit is contained in:
Mikolaj Galkowski 2019-04-11 16:11:21 +02:00
parent 023b3a5730
commit 0ef83bc0fd

View File

@ -132,6 +132,6 @@ in stdenv.mkDerivation rec {
''; '';
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ jb55 tesq0 ];
}; };
} }