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 meta = with lib; { 27 description = "Source code search and cross reference engine"; 28 homepage = "https://opengrok.github.io/OpenGrok/"; 29 license = licenses.cddl; 30 maintainers = [ ]; 31 platforms = platforms.all;
··· 26 meta = with lib; { 27 description = "Source code search and cross reference engine"; 28 homepage = "https://opengrok.github.io/OpenGrok/"; 29 + changelog = "https://github.com/oracle/opengrok/releases/tag/${version}"; 30 license = licenses.cddl; 31 maintainers = [ ]; 32 platforms = platforms.all;