Merge pull request #323879 from rossabaker/remove-rossabaker

maintainers: remove rossabaker
This commit is contained in:
❄️ 2024-07-01 20:59:54 -03:00 committed by GitHub
commit 45548ce293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -17338,12 +17338,6 @@
github = "roshaen";
githubId = 58213083;
};
rossabaker = {
name = "Ross A. Baker";
email = "ross@rossabaker.com";
github = "rossabaker";
githubId = 142698;
};
RossComputerGuy = {
name = "Tristan Ross";
email = "tristan.ross@midstall.com";

View File

@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "Very fast link checker for CI";
homepage = "https://github.com/untitaker/hyperlink";
license = licenses.mit;
maintainers = [ maintainers.rossabaker ];
maintainers = [ ];
mainProgram = "hyperlink";
};
}