vapoursynth-adaptivegrain: change upstream url

This commit is contained in:
odrling 2022-09-06 01:43:56 +02:00
parent 65c262bc8f
commit 1ae122b397
No known key found for this signature in database
GPG Key ID: A0145F975F9F8B75
1 changed files with 2 additions and 2 deletions

View File

@ -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