Merge pull request #63772 from basvandijk/cargo-license-homepage

cargo-license: add meta.homepage
This commit is contained in:
Bas van Dijk 2019-06-25 15:33:56 +02:00 committed by GitHub
commit 6ecce7167a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Cargo subcommand to see license of dependencies";
homepage = "https://github.com/onur/cargo-license";
license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk ];
platforms = platforms.all;