Merge pull request #291155 from kevincox/b2-disown
Remove kevincox as backblaze-b2 maintainer
This commit is contained in:
commit
32aef2af2d
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue