mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
Merge pull request #63772 from basvandijk/cargo-license-homepage
cargo-license: add meta.homepage
This commit is contained in:
commit
6ecce7167a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue