python311Packages.impacket: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-29 08:55:41 +02:00
parent f2c76c1725
commit 2baed3b75f

View file

@ -47,6 +47,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Network protocols Constructors and Dissectors";
homepage = "https://github.com/SecureAuthCorp/impacket";
changelog = "https://github.com/fortra/impacket/releases/tag/impacket_"
+ replaceStrings [ "." ] [ "_" ] version;
# Modified Apache Software License, Version 1.1
license = licenses.free;
maintainers = with maintainers; [ fab ];