enum4linux-ng: ad changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-16 09:24:34 +01:00 committed by GitHub
parent 4b4e899fdd
commit 01a598b567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ buildPythonApplication rec {
owner = "cddmp";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0=";
hash = "sha256-9J7MiSxfAuzp1M9v4MMWOnK0/lg/X7I4pC6C2yMpMr0=";
};
propagatedBuildInputs = [
@ -35,6 +35,7 @@ buildPythonApplication rec {
enumerating information from Windows and Samba systems.
'';
homepage = "https://github.com/cddmp/enum4linux-ng";
changelog = "https://github.com/cddmp/enum4linux-ng/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};