Merge pull request #303028 from annaleaves/removeannannalee

treewide: drop a-n-n-a-l-e-e
This commit is contained in:
Aleksana 2024-04-10 14:52:18 +08:00 committed by GitHub
commit 060f38fd6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -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";

View File

@ -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 = [ ];
};
}

View File

@ -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 ];
};
}