David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-cbor2
Commits: 15e07d31 by David Runge at 2024-02-20T11:02:10+01:00 Use git source for nvchecker to not require a github token Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,3 @@ [python-cbor2] -source = "github" -github = "agronholm/cbor2" -use_max_tag = true +source = "git" +git = "https://github.com/agronholm/cbor2" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cbor2/-/commit/15e07d313bee4d2e859ce68c35c047c77e32d8cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cbor2/-/commit/15e07d313bee4d2e859ce68c35c047c77e32d8cc You're receiving this email because of your account on gitlab.archlinux.org.
