Unverified Commit 5b4d701e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

cloudlist: add changelog to meta

parent 66405ee9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ];
  };