diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 263e7f65f0b..15f84eebc57 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2791,12 +2791,6 @@ githubId = 24708079; name = "Dan Eads"; }; - danharaj = { - email = "dan@obsidian.systems"; - github = "danharaj"; - githubId = 23366017; - name = "Dan Haraj"; - }; danielbarter = { email = "danielbarter@gmail.com"; github = "danielbarter"; diff --git a/pkgs/applications/science/machine-learning/sc2-headless/default.nix b/pkgs/applications/science/machine-learning/sc2-headless/default.nix index 97cad175ac1..d96d71695e7 100644 --- a/pkgs/applications/science/machine-learning/sc2-headless/default.nix +++ b/pkgs/applications/science/machine-learning/sc2-headless/default.nix @@ -57,6 +57,6 @@ in stdenv.mkDerivation rec { url = "https://blzdistsc2-a.akamaihd.net/AI_AND_MACHINE_LEARNING_LICENSE.html"; free = false; }; - maintainers = with lib.maintainers; [ danharaj ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/absl-py/default.nix b/pkgs/development/python-modules/absl-py/default.nix index bda6c950d59..60c3bcc4e9c 100644 --- a/pkgs/development/python-modules/absl-py/default.nix +++ b/pkgs/development/python-modules/absl-py/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { description = "Abseil Python Common Libraries"; homepage = "https://github.com/abseil/abseil-py"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ danharaj ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/mpyq/default.nix b/pkgs/development/python-modules/mpyq/default.nix index 5660e1b0dc5..94c907c676c 100644 --- a/pkgs/development/python-modules/mpyq/default.nix +++ b/pkgs/development/python-modules/mpyq/default.nix @@ -16,6 +16,6 @@ buildPythonPackage rec { description = "A Python library for extracting MPQ (MoPaQ) files."; homepage = "https://github.com/eagleflo/mpyq"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ danharaj ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/portpicker/default.nix b/pkgs/development/python-modules/portpicker/default.nix index faf3b958162..a0ff0f85497 100644 --- a/pkgs/development/python-modules/portpicker/default.nix +++ b/pkgs/development/python-modules/portpicker/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { description = "Library to choose unique available network ports"; homepage = "https://github.com/google/python_portpicker"; license = licenses.asl20; - maintainers = with maintainers; [ danharaj ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pysc2/default.nix b/pkgs/development/python-modules/pysc2/default.nix index 9d0bef8e19d..10040928ad2 100644 --- a/pkgs/development/python-modules/pysc2/default.nix +++ b/pkgs/development/python-modules/pysc2/default.nix @@ -58,6 +58,6 @@ buildPythonPackage { homepage = "https://github.com/deepmind/pysc2"; license = lib.licenses.asl20; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ danharaj ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/s2clientprotocol/default.nix b/pkgs/development/python-modules/s2clientprotocol/default.nix index 5fbf4b6fab2..43c89aa9e77 100644 --- a/pkgs/development/python-modules/s2clientprotocol/default.nix +++ b/pkgs/development/python-modules/s2clientprotocol/default.nix @@ -21,6 +21,6 @@ buildPythonPackage rec { description = "StarCraft II - client protocol."; homepage = "https://github.com/Blizzard/sc2client-proto"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ danharaj ]; + maintainers = with lib.maintainers; [ ]; }; }