From 78e039b78e4062dfddc4ca913253094eef089e05 Mon Sep 17 00:00:00 2001 From: annalee <166473706+annaleaves@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:59:58 +0000 Subject: [PATCH 1/2] treewide: drop a-n-n-a-l-e-e as maintainer github account deleted --- pkgs/development/python-modules/clarabel/default.nix | 2 +- pkgs/development/python-modules/scs/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/clarabel/default.nix b/pkgs/development/python-modules/clarabel/default.nix index 9d196200f842..7e098000002d 100644 --- a/pkgs/development/python-modules/clarabel/default.nix +++ b/pkgs/development/python-modules/clarabel/default.nix @@ -56,6 +56,6 @@ buildPythonPackage rec { description = "Conic Interior Point Solver"; homepage = "https://github.com/oxfordcontrol/Clarabel.rs"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ a-n-n-a-l-e-e ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/scs/default.nix b/pkgs/development/python-modules/scs/default.nix index c1ca83ed4ba1..3584174bf284 100644 --- a/pkgs/development/python-modules/scs/default.nix +++ b/pkgs/development/python-modules/scs/default.nix @@ -80,6 +80,6 @@ buildPythonPackage rec { homepage = "https://github.com/cvxgrp/scs"; # upstream C package downloadPage = "https://github.com/bodono/scs-python"; license = licenses.mit; - maintainers = with maintainers; [ a-n-n-a-l-e-e drewrisinger ]; + maintainers = with maintainers; [ drewrisinger ]; }; } From c20ecd1a93ff1388498a02499f9ec930d56f8d17 Mon Sep 17 00:00:00 2001 From: annalee <166473706+annaleaves@users.noreply.github.com> Date: Wed, 10 Apr 2024 06:00:17 +0000 Subject: [PATCH 2/2] maintainers: remove a-n-n-a-l-e-e github account deleted --- maintainers/maintainer-list.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index fbfe7f1df909..0d2813f5f454 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1342,12 +1342,6 @@ githubId = 81317317; name = "Anna Aurora"; }; - a-n-n-a-l-e-e = { - github = "a-n-n-a-l-e-e"; - githubId = 150648636; - matrix = "@a-n-n-a-l-e-e:matrix.org"; - name = "annalee"; - }; anoa = { matrix = "@andrewm:amorgan.xyz"; email = "andrew@amorgan.xyz";