diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template index 2d4fb92f69a..3f8bccdbbea 100644 --- a/srcpkgs/rustup/template +++ b/srcpkgs/rustup/template @@ -1,14 +1,14 @@ # Template file for 'rustup' pkgname=rustup version=1.20.2 -revision=2 +revision=3 wrksrc="${pkgname}.rs-${version}" build_style=cargo configure_args="--features no-self-update --bin rustup-init" hostmakedepends="perl pkg-config" makedepends="libressl-devel zlib-devel libcurl-devel" short_desc="Rust toolchain installer" -maintainer="Orphaned " +maintainer="Jan Christian Grünhage " license="Apache-2.0, MIT" homepage="https://www.rustup.rs" distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"