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"