From ca23f92a0fd0bb92ea1de3c43fe48fd84ed4eb85 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 6 May 2024 18:49:06 -0400 Subject: [PATCH] dev-python/zenlib: update SRC_URI Signed-off-by: Julien Roy --- dev-python/zenlib/zenlib-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zenlib/zenlib-2.1.1.ebuild b/dev-python/zenlib/zenlib-2.1.1.ebuild index f9a184c858..a517df4b63 100644 --- a/dev-python/zenlib/zenlib-2.1.1.ebuild +++ b/dev-python/zenlib/zenlib-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Useful python decorators and utilities" HOMEPAGE="https://github.com/desultory/zenlib" -SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/desultory/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"