Skip to content

Commit

Permalink
cargo-license: add meta.homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Jun 25, 2019
1 parent aef7f1b commit b95c4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/package-management/cargo-license/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit b95c4ce

Please sign in to comment.