diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:17:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:36:34 +0100 |
commit | 213b19b2ec8c0539636d07cad5504e0fa7066e68 (patch) | |
tree | 824ca79d1f072320a43908c60f0a3c284fd68dc1 /x11-themes | |
parent | x11-plugins/pidgin-window_merge: update SRC_URI to drop github.com/downloads (diff) | |
download | gentoo-213b19b2ec8c0539636d07cad5504e0fa7066e68.tar.gz gentoo-213b19b2ec8c0539636d07cad5504e0fa7066e68.tar.bz2 gentoo-213b19b2ec8c0539636d07cad5504e0fa7066e68.zip |
x11-themes/geany-themes: update SRC_URI to drop github.com/downloads
github.com/downloads is gone. Unfortunately, there's no tags on the upstream repo now.
Fixes: c149768f940326ea55f356c7c133e1add6397fbb
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild index a1e4a0ac636f..46ffeabb8364 100644 --- a/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild +++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="A collection of colour schemes for Geany" HOMEPAGE="https://github.com/codebrainz/geany-themes" -SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT" SLOT="0" |