cargo: use https://crates.io for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 14:59:59 -07:00
parent 278de152cf
commit f2141a96e5

View file

@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = http://crates.io;
homepage = https://crates.io;
description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ wizeman retrry ];
license = [ licenses.mit licenses.asl20 ];