From 94c3b33001fbbf48a1011ed3c9e7ba96ee8ed5c6 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 26 May 2019 06:25:23 -0700 Subject: [PATCH] unity3d: remove myself (jb55) as maintainer I don't really use this anymore Signed-off-by: William Casarin --- pkgs/development/tools/unity3d/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/unity3d/default.nix b/pkgs/development/tools/unity3d/default.nix index 126ece25780..032865be7f5 100644 --- a/pkgs/development/tools/unity3d/default.nix +++ b/pkgs/development/tools/unity3d/default.nix @@ -135,6 +135,6 @@ in stdenv.mkDerivation rec { ''; license = licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ jb55 tesq0 ]; + maintainers = with maintainers; [ tesq0 ]; }; }