mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
license-generator: fix metadata.description
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
4cd21a1cba
commit
3f17d46820
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoSha256 = "sha256-Yh9q/aYHXUF2eIFpJ7ccgeyIO5mQMgRDCNr+ZyS166Y=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command-line tool for generating license files.";
|
||||
description = "Command-line tool for generating license files";
|
||||
homepage = "https://github.com/azu/license-generator";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ loicreynier ];
|
||||
|
Loading…
Reference in New Issue
Block a user