cloudlist: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-03 09:55:26 +02:00 committed by GitHub
parent 66405ee9ee
commit 5b4d701e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};