From 1ae122b39712e4bcb05048cfe280f88033d56e6c Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 6 Sep 2022 01:43:56 +0200 Subject: [PATCH] vapoursynth-adaptivegrain: change upstream url --- .../vapoursynth-adaptivegrain-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vapoursynth-adaptivegrain/vapoursynth-adaptivegrain-9999.ebuild b/media-plugins/vapoursynth-adaptivegrain/vapoursynth-adaptivegrain-9999.ebuild index 5f4a7cf..98ff362 100644 --- a/media-plugins/vapoursynth-adaptivegrain/vapoursynth-adaptivegrain-9999.ebuild +++ b/media-plugins/vapoursynth-adaptivegrain/vapoursynth-adaptivegrain-9999.ebuild @@ -87,9 +87,9 @@ inherit git-r3 cargo DESCRIPTION="Reimplementation of the masking logic of adaptivegrain in Rust" # Double check the homepage as the cargo_metadata crate # does not provide this value so instead repository is used -HOMEPAGE="https://git.kageru.moe/kageru/adaptivegrain" +HOMEPAGE="https://github.com/Irrational-Encoding-Wizardry/adaptivegrain" SRC_URI="$(cargo_crate_uris ${CRATES})" -EGIT_REPO_URI="https://git.kageru.moe/kageru/adaptivegrain.git" +EGIT_REPO_URI="https://github.com/Irrational-Encoding-Wizardry/adaptivegrain.git" RESTRICT="mirror" # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture