From d231e5d4331ccf1b18a1d79216da7a97ac9f687d Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 7 Mar 2021 21:40:31 +0100 Subject: [PATCH] fedora-helper: Use f35 as a base for license generation Signed-off-by: Igor Raits --- tools/fedora-helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fedora-helper.py b/tools/fedora-helper.py index bc2b90b..3193241 100755 --- a/tools/fedora-helper.py +++ b/tools/fedora-helper.py @@ -17,7 +17,7 @@ CACHEDIR = XDG_CACHE_HOME / "rust2rpm" # Arch that is used for resolving dependencies and such ARCH = "x86_64" # The repo that contains crates -REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f34-build/latest/{ARCH}/" +REPO_URL = f"https://kojipkgs.fedoraproject.org/repos/f35-build/latest/{ARCH}/" # Just some sane chunk size CHUNK_SIZE = 8192