From ad292c41b123b35ed71e19257c4951dc71260f4b Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 4 Feb 2021 13:02:06 -0500 Subject: [PATCH] bluejeans: remove veprbl from maintainers --- .../networking/instant-messengers/bluejeans/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix index 2360b2442f5..d80ccf0a8fa 100644 --- a/pkgs/applications/networking/instant-messengers/bluejeans/default.nix +++ b/pkgs/applications/networking/instant-messengers/bluejeans/default.nix @@ -120,7 +120,7 @@ stdenv.mkDerivation rec { description = "Video, audio, and web conferencing that works together with the collaboration tools you use every day"; homepage = "https://www.bluejeans.com"; license = licenses.unfree; - maintainers = with maintainers; [ veprbl ]; + maintainers = with maintainers; [ ]; platforms = [ "x86_64-linux" ]; }; }