From 50084dde4538c3ad9444e8a15220fa4789d3e27b Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 23 Jun 2022 01:24:25 +0200 Subject: [PATCH] maintainers: remove drewkett no github handle linked --- maintainers/maintainer-list.nix | 4 ---- pkgs/development/python-modules/queuelib/default.nix | 2 +- pkgs/development/python-modules/scrapy/default.nix | 2 +- pkgs/development/python-modules/w3lib/default.nix | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index e75f18766775..661ccd8f8449 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -3363,10 +3363,6 @@ githubId = 6199462; name = "Dmytro Rets"; }; - drewkett = { - email = "burkett.andrew@gmail.com"; - name = "Andrew Burkett"; - }; drewrisinger = { email = "drisinger+nixpkgs@gmail.com"; github = "drewrisinger"; diff --git a/pkgs/development/python-modules/queuelib/default.nix b/pkgs/development/python-modules/queuelib/default.nix index cd83914669e5..71e09ef98ed5 100644 --- a/pkgs/development/python-modules/queuelib/default.nix +++ b/pkgs/development/python-modules/queuelib/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { description = "A collection of persistent (disk-based) queues for Python"; homepage = "https://github.com/scrapy/queuelib"; license = licenses.bsd3; - maintainers = with maintainers; [ drewkett ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/scrapy/default.nix b/pkgs/development/python-modules/scrapy/default.nix index 70feaa7108e2..44c86cc47a29 100644 --- a/pkgs/development/python-modules/scrapy/default.nix +++ b/pkgs/development/python-modules/scrapy/default.nix @@ -135,7 +135,7 @@ buildPythonPackage rec { homepage = "https://scrapy.org/"; changelog = "https://github.com/scrapy/scrapy/raw/${version}/docs/news.rst"; license = licenses.bsd3; - maintainers = with maintainers; [ drewkett marsam ]; + maintainers = with maintainers; [ marsam ]; platforms = platforms.unix; }; } diff --git a/pkgs/development/python-modules/w3lib/default.nix b/pkgs/development/python-modules/w3lib/default.nix index a626bdd6ec02..d7074269e6a9 100644 --- a/pkgs/development/python-modules/w3lib/default.nix +++ b/pkgs/development/python-modules/w3lib/default.nix @@ -27,6 +27,6 @@ buildPythonPackage rec { description = "A library of web-related functions"; homepage = "https://github.com/scrapy/w3lib"; license = licenses.bsd3; - maintainers = with maintainers; [ drewkett ]; + maintainers = with maintainers; [ ]; }; }