diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:08:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:08:18 +0000 |
commit | 023f36ff6d6de6ac60190d7f73ad3d24848c9382 (patch) | |
tree | 2140acd08fdb7c2bebdf64bf56496edf2f1ec3d1 /lang/rust/Makefile | |
parent | b91035777d428e038c4b42cfa6a57b550f7e0d40 (diff) | |
download | pkgsrc-023f36ff6d6de6ac60190d7f73ad3d24848c9382.tar.gz |
Follow some redirects.
Diffstat (limited to 'lang/rust/Makefile')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index d613ef96f50..f842d703f25 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/06/18 09:21:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/04 18:08:24 wiz Exp $ DISTNAME= rustc-1.16.0-src PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//} @@ -6,7 +6,7 @@ CATEGORIES= lang MASTER_SITES= http://static.rust-lang.org/dist/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.rust-lang.org/ +HOMEPAGE= https://www.rust-lang.org/ COMMENT= Safe, concurrent, practical language LICENSE= mit OR apache-2.0 |