python310Packages.napalm: move to c3d2 team

This commit is contained in:
Sandro Jäckel 2022-06-24 19:32:36 +02:00
parent 8d17794ac9
commit 7d2f004957
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -62,6 +62,6 @@ buildPythonPackage rec {
"Network Automation and Programmability Abstraction Layer with Multivendor support";
homepage = "https://github.com/napalm-automation/napalm";
license = licenses.asl20;
maintainers = [ maintainers.astro ];
maintainers = with maintainers; [ ] ++ teams.c3d2.members;
};
}