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:
parent
bfc2ea774e
commit
94c3b33001
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue