diff options
author | 2024-05-22 23:37:53 -0400 | |
---|---|---|
committer | 2024-05-23 22:52:05 +0100 | |
commit | c2625a2cc11835d3b48979be0822e01774923355 (patch) | |
tree | 5e33e46358b777b5a641010a579d0bc7378476a0 /dev-util/ruff | |
parent | net-misc/rsync: remove broken macro and regenerate configure (diff) | |
download | gentoo-c2625a2cc11835d3b48979be0822e01774923355.tar.gz gentoo-c2625a2cc11835d3b48979be0822e01774923355.tar.bz2 gentoo-c2625a2cc11835d3b48979be0822e01774923355.zip |
dev-util/ruff: update various urls to resolve redirects
The github project is now under a company organization, rather than the
lead developer's personal account.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ruff')
-rw-r--r-- | dev-util/ruff/metadata.xml | 2 | ||||
-rw-r--r-- | dev-util/ruff/ruff-0.4.5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/ruff/metadata.xml b/dev-util/ruff/metadata.xml index f4244986f853..7e79e42be8c2 100644 --- a/dev-util/ruff/metadata.xml +++ b/dev-util/ruff/metadata.xml @@ -10,7 +10,7 @@ <name>Eli Schwartz</name> </maintainer> <upstream> - <remote-id type="github">charliermarsh/ruff</remote-id> + <remote-id type="github">astral-sh/ruff</remote-id> <remote-id type="pypi">ruff</remote-id> </upstream> </pkgmetadata> diff --git a/dev-util/ruff/ruff-0.4.5.ebuild b/dev-util/ruff/ruff-0.4.5.ebuild index 32a679f8ca15..69b15382c5f8 100644 --- a/dev-util/ruff/ruff-0.4.5.ebuild +++ b/dev-util/ruff/ruff-0.4.5.ebuild @@ -358,12 +358,12 @@ inherit shell-completion cargo DESCRIPTION="An extremely fast Python linter, written in Rust" HOMEPAGE=" - https://docs.astral.sh/ruff - https://github.com/charliermarsh/ruff + https://docs.astral.sh/ruff/ + https://github.com/astral-sh/ruff " SRC_URI=" ${CARGO_CRATE_URIS} - https://github.com/charliermarsh/ruff/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz + https://github.com/astral-sh/ruff/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz " LICENSE="MIT" |