unity3d: remove myself (jb55) as maintainer

I don't really use this anymore

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2019-05-26 06:25:23 -07:00 committed by Matthieu Coudron
parent bfc2ea774e
commit 94c3b33001
1 changed files with 1 additions and 1 deletions

View File

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