Merge pull request #291155 from kevincox/b2-disown

Remove kevincox as backblaze-b2 maintainer
This commit is contained in:
Kevin Cox 2024-02-26 08:22:27 -05:00 committed by GitHub
commit 32aef2af2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Factory and registry pattern for Python classes";
homepage = "https://class-registry.readthedocs.io/en/latest/";
license = licenses.mit;
maintainers = with maintainers; [ kevincox ];
maintainers = with maintainers; [ hrdinka tomhoule ];
};
}

View File

@ -94,6 +94,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/Backblaze/B2_Command_Line_Tool";
changelog = "https://github.com/Backblaze/B2_Command_Line_Tool/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ hrdinka kevincox tomhoule ];
maintainers = with maintainers; [ hrdinka tomhoule ];
};
}