mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 20:08:21 +00:00
python310Packages.ospd: add changelog to meta
This commit is contained in:
parent
710635f625
commit
a7cfc9afdf
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "greenbone";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-dZgs+G2vJQIKnN9xHcNeNViG7mOIdKb+Ms2AKE+FC4M=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-dZgs+G2vJQIKnN9xHcNeNViG7mOIdKb+Ms2AKE+FC4M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -44,6 +44,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Framework for vulnerability scanners which support OSP";
|
||||
homepage = "https://github.com/greenbone/ospd";
|
||||
changelog = "https://github.com/greenbone/ospd/releases/tag/v${version}";
|
||||
license = with licenses; [ agpl3Plus ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user