mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:27:41 +00:00
cloudlist: add changelog to meta
This commit is contained in:
parent
66405ee9ee
commit
5b4d701e32
@ -10,7 +10,7 @@ buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-m0b7gtbI9i1tD8HduEAF+Mo2UpI4gqldEO8q4u+Wo3E=";
|
||||
};
|
||||
|
||||
@ -19,6 +19,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Tool for listing assets from multiple cloud providers";
|
||||
homepage = "https://github.com/projectdiscovery/cloudlist";
|
||||
changelog = "https://github.com/projectdiscovery/cloudlist/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user