ntopng: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-30 22:25:36 +02:00
parent a9c29a7af7
commit 0d88b0dac6

View file

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "High-speed web-based traffic analysis and flow collection tool";
homepage = "http://www.ntop.org/products/ntop/";
changelog = "https://github.com/ntop/ntopng/blob/${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];