ali: add changelog to meta

authored by Fabian Affolter and committed by GitHub b04834c2 477440f9

+1
+1
pkgs/tools/networking/ali/default.nix
··· 19 meta = with lib; { 20 description = "Generate HTTP load and plot the results in real-time"; 21 homepage = "https://github.com/nakabonne/ali"; 22 license = licenses.mit; 23 platforms = platforms.linux ++ platforms.darwin; 24 maintainers = with maintainers; [ farcaller ];
··· 19 meta = with lib; { 20 description = "Generate HTTP load and plot the results in real-time"; 21 homepage = "https://github.com/nakabonne/ali"; 22 + changelog = "https://github.com/nakabonne/ali/releases/tag/v${version}"; 23 license = licenses.mit; 24 platforms = platforms.linux ++ platforms.darwin; 25 maintainers = with maintainers; [ farcaller ];