siege: add changelog to meta

+1
+1
pkgs/tools/networking/siege/default.nix
··· 35 meta = with lib; { 36 description = "HTTP load tester"; 37 homepage = "https://www.joedog.org/siege-home/"; 38 license = licenses.gpl2Plus; 39 maintainers = with maintainers; [ raskin ]; 40 platforms = platforms.unix;
··· 35 meta = with lib; { 36 description = "HTTP load tester"; 37 homepage = "https://www.joedog.org/siege-home/"; 38 + changelog = "https://github.com/JoeDog/siege/blob/v${version}/ChangeLog"; 39 license = licenses.gpl2Plus; 40 maintainers = with maintainers; [ raskin ]; 41 platforms = platforms.unix;