mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
webanalyze: add changelog to meta
This commit is contained in:
parent
463942ec35
commit
5feb4e3944
1 changed files with 3 additions and 2 deletions
|
@ -10,15 +10,16 @@ buildGoModule rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "rverton";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1z4hi9a/OzBXIMBk1f0JpPMV/kRgBnTQAEygIZqV+1w=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-kXtWYGsZUUhBNvkTOah3Z+ta118k6PXfpBx6MLr/pq0=";
|
||||
vendorHash = "sha256-kXtWYGsZUUhBNvkTOah3Z+ta118k6PXfpBx6MLr/pq0=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to uncover technologies used on websites";
|
||||
homepage = "https://github.com/rverton/webanalyze";
|
||||
changelog = "https://github.com/rverton/webanalyze/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue