From 0ef83bc0fde17659a1167f13bdd07bdb87006000 Mon Sep 17 00:00:00 2001 From: Mikolaj Galkowski Date: Thu, 11 Apr 2019 16:11:21 +0200 Subject: [PATCH] unity3d: add tesq0 to the maintainers --- 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 f962ef54b028..444155c00120 100644 --- a/pkgs/development/tools/unity3d/default.nix +++ b/pkgs/development/tools/unity3d/default.nix @@ -132,6 +132,6 @@ in stdenv.mkDerivation rec { ''; license = licenses.unfree; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ jb55 ]; + maintainers = with maintainers; [ jb55 tesq0 ]; }; }