python3Packages.coredis: change maintainers to wdz team

This commit is contained in:
Jennifer Graul 2023-10-27 10:10:11 +02:00 committed by Yaya
parent afda4f87d3
commit f40016ee08

View File

@ -60,6 +60,6 @@ buildPythonPackage rec {
homepage = "https://github.com/alisaifee/coredis";
changelog = "https://github.com/alisaifee/coredis/blob/${src.rev}/HISTORY.rst";
license = licenses.mit;
maintainers = with maintainers; [ netali ];
maintainers = teams.wdz.members;
};
}