11 namespace = "script.module.urllib3";
15 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
16 sha256 = "sha256-UCvkeguxytPoP1gIIt8N79TVs98ATzsfrRSabtbgnGc=";
21 updateScript = addonUpdateScript {
22 attrPath = "kodi.packages.urllib3";
27 homepage = "https://urllib3.readthedocs.io/en/latest/";
28 description = "HTTP library with thread-safe connection pooling, file post, and more";
29 license = licenses.mit;
30 maintainers = teams.kodi.members;