python310Packages.pywerview: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-28 09:10:36 +01:00
parent c8dc55ed04
commit ffb255f8c0

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "the-useless-one";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-nrPhyBHW13dkXFC5YJfrkiztAxMw4KuEif0zCdjQEq0=";
};
@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for PowerSploit's PowerView support";
homepage = "https://github.com/the-useless-one/pywerview";
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fab ];
};