diff options
Diffstat (limited to 'media-sound/qsynth/qsynth-0.9.90.ebuild')
-rw-r--r-- | media-sound/qsynth/qsynth-0.9.90.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/qsynth/qsynth-0.9.90.ebuild b/media-sound/qsynth/qsynth-0.9.90.ebuild index 9c11d8e94315..496e8129a1ca 100644 --- a/media-sound/qsynth/qsynth-0.9.90.ebuild +++ b/media-sound/qsynth/qsynth-0.9.90.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" inherit git-r3 else - SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/qsynth/${P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi |