From 42ded9d56bf0f56bebfcd49b4e942e7ffba4d5fc Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Tue, 15 Jun 2021 13:46:24 +0200 Subject: [PATCH] maintainers: remove mbakke Their last commit is b5bd862f243 from 2016. Thank you for your contributions. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/misc/rofi/default.nix | 2 +- pkgs/tools/graphics/maim/default.nix | 2 +- pkgs/tools/misc/slop/default.nix | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b1f97ceeec3..95f0b1a9488 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6432,12 +6432,6 @@ githubId = 2649304; name = "M. Baeten"; }; - mbakke = { - email = "mbakke@fastmail.com"; - github = "mbakke"; - githubId = 1269099; - name = "Marius Bakke"; - }; mbaillie = { email = "martin@baillie.id"; github = "martinbaillie"; diff --git a/pkgs/applications/misc/rofi/default.nix b/pkgs/applications/misc/rofi/default.nix index 33a37e32612..d47d1fe26a6 100644 --- a/pkgs/applications/misc/rofi/default.nix +++ b/pkgs/applications/misc/rofi/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { description = "Window switcher, run dialog and dmenu replacement"; homepage = "https://github.com/davatorium/rofi"; license = licenses.mit; - maintainers = with maintainers; [ mbakke ]; + maintainers = with maintainers; [ ]; platforms = with platforms; linux; }; } diff --git a/pkgs/tools/graphics/maim/default.nix b/pkgs/tools/graphics/maim/default.nix index b5b9307f7f8..12db00af0dd 100644 --- a/pkgs/tools/graphics/maim/default.nix +++ b/pkgs/tools/graphics/maim/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/naelstrof/maim/releases/tag/v${version}"; platforms = lib.platforms.all; license = lib.licenses.gpl3Plus; - maintainers = with maintainers; [ mbakke ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/tools/misc/slop/default.nix b/pkgs/tools/misc/slop/default.nix index 2e1c958a14f..a73dd8d3cbe 100644 --- a/pkgs/tools/misc/slop/default.nix +++ b/pkgs/tools/misc/slop/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { description = "Queries a selection from the user and prints to stdout"; platforms = lib.platforms.linux; license = lib.licenses.gpl3Plus; - maintainers = with maintainers; [ mbakke ]; + maintainers = with maintainers; [ ]; }; }