Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

opengrok: add changelog to meta

+1
+1
pkgs/development/tools/misc/opengrok/default.nix
··· 26 26 meta = with lib; { 27 27 description = "Source code search and cross reference engine"; 28 28 homepage = "https://opengrok.github.io/OpenGrok/"; 29 + changelog = "https://github.com/oracle/opengrok/releases/tag/${version}"; 29 30 license = licenses.cddl; 30 31 maintainers = [ ]; 31 32 platforms = platforms.all;