diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-11-20 15:06:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-11-20 15:08:02 +0000 |
commit | bca40434cf853d80a7a6a8b882c218aeab16fcba (patch) | |
tree | 8f502fb8f2a29582fe32084a0648ff401303d5fd | |
parent | a19c2f3b1779b727d8e9a8e03f1edb1c38f27c40 (diff) | |
download | ports-bca40434cf853d80a7a6a8b882c218aeab16fcba.tar.gz ports-bca40434cf853d80a7a6a8b882c218aeab16fcba.zip |
devel/rust-cbindgen: chase HTTP redirect
https://github.com/eqrion/cbindgen/commit/35f2e44ef279
(cherry picked from commit 9d3b680875b4ac07ffedc9fb36b6554f2dfcd1a6)
-rw-r--r-- | devel/rust-cbindgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 384f1f8413d4..39988340d35c 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -8,7 +8,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate C bindings from Rust code -WWW= https://github.com/eqrion/cbindgen +WWW= https://github.com/mozilla/cbindgen LICENSE= MPL20 |