cargo-license: add meta.homepage
This commit is contained in:
parent
aef7f1b31a
commit
b95c4ce302
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cargo subcommand to see license of dependencies";
|
description = "Cargo subcommand to see license of dependencies";
|
||||||
|
homepage = "https://github.com/onur/cargo-license";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ basvandijk ];
|
maintainers = with maintainers; [ basvandijk ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue