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; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://crates.io; homepage = https://crates.io;
description = "Downloads your Rust project's dependencies and builds your project"; description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ wizeman retrry ]; maintainers = with maintainers; [ wizeman retrry ];
license = [ licenses.mit licenses.asl20 ]; license = [ licenses.mit licenses.asl20 ];