gvm-libs: add changelog to meta
This commit is contained in:
parent
cb0247df56
commit
521fb3f6a6
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greenbone";
|
owner = "greenbone";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I=";
|
hash = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Libraries module for the Greenbone Vulnerability Management Solution";
|
description = "Libraries module for the Greenbone Vulnerability Management Solution";
|
||||||
homepage = "https://github.com/greenbone/gvm-libs";
|
homepage = "https://github.com/greenbone/gvm-libs";
|
||||||
|
changelog = "https://github.com/greenbone/gvm-libs/releases/tag/v${version}";
|
||||||
license = with licenses; [ gpl2Plus ];
|
license = with licenses; [ gpl2Plus ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|
Loading…
Reference in a new issue