From 1b97c37b292a635b06a5431b3bed4b3a20dfd073 Mon Sep 17 00:00:00 2001 From: "M. Herdiansyah" Date: Sat, 6 Oct 2018 20:52:40 +0700 Subject: [PATCH] bubblewrap: remove maintainership (#47970) --- pkgs/tools/admin/bubblewrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/bubblewrap/default.nix b/pkgs/tools/admin/bubblewrap/default.nix index c0c1e416b80..ba07f75bb36 100644 --- a/pkgs/tools/admin/bubblewrap/default.nix +++ b/pkgs/tools/admin/bubblewrap/default.nix @@ -15,6 +15,6 @@ stdenv.mkDerivation rec { description = "Unprivileged sandboxing tool"; homepage = https://github.com/projectatomic/bubblewrap; license = licenses.lgpl2Plus; - maintainers = with maintainers; [ konimex ]; + maintainers = with maintainers; [ ]; }; }