diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-13 02:04:02 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-13 02:34:15 -0700 |
commit | db67b83e3f3ba42be02051a64732c32b486ccb67 (patch) | |
tree | c7806aa957bd692716eebdc106b9a9f4437d51c9 | |
parent | finance/py-bt: update 1.1.0 → 1.1.2 (diff) |
devel/cargo-dist: Correct WWW
Reported by: Mikaël Urankar <mikael.urankar@mailo.fr>
-rw-r--r-- | devel/cargo-dist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cargo-dist/Makefile b/devel/cargo-dist/Makefile index 327615de6d61..b9f663975d64 100644 --- a/devel/cargo-dist/Makefile +++ b/devel/cargo-dist/Makefile @@ -5,7 +5,7 @@ CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Shippable application packaging -WWW= https://axodotdev.github.io/cargo-dist/ +WWW= https://github.com/astral-sh/cargo-dist LICENSE= APACHE20 MIT LICENSE_COMB= dual |