katana: add changelog to meta
This commit is contained in:
parent
1c313584cc
commit
a2cb09e304
1 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@ buildGoModule rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "projectdiscovery";
|
owner = "projectdiscovery";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-OSvkQIpZEMav1dh3DDTqFxoFbc6sWOjhslqVJcUS104=";
|
hash = "sha256-OSvkQIpZEMav1dh3DDTqFxoFbc6sWOjhslqVJcUS104=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-u/3MMuq2Zab6k+vPQ0iKQf8k9zMV2aIgIsTee0VUQaI=";
|
vendorHash = "sha256-u/3MMuq2Zab6k+vPQ0iKQf8k9zMV2aIgIsTee0VUQaI=";
|
||||||
|
@ -23,6 +23,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A next-generation crawling and spidering framework";
|
description = "A next-generation crawling and spidering framework";
|
||||||
homepage = "https://github.com/projectdiscovery/katana";
|
homepage = "https://github.com/projectdiscovery/katana";
|
||||||
|
changelog = "https://github.com/projectdiscovery/katana/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dit7ya ];
|
maintainers = with maintainers; [ dit7ya ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue