From 121aa510ded771712664c8f483f692c7d30af9b5 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Fri, 24 Sep 2021 21:26:26 +0000 Subject: [PATCH] nvchecker: add python-stdlib-list --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 5c637a1..e453188 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -90,6 +90,12 @@ github = "jellyfin/jellyfin" use_max_tag = true prefix = "v" +[python-stdlib-list] +source = "github" +github = "jackmaney/python-stdlib-list" +use_max_tag = true +prefix = "v" + [llhttp] source = "github" github = "nodejs/llhttp"