opengrok: add changelog to meta

This commit is contained in:
Mario Rodas
2023-05-31 04:20:00 +00:00
parent bb56c9e98c
commit 5cc2f9fcfb
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Source code search and cross reference engine";
homepage = "https://opengrok.github.io/OpenGrok/";
changelog = "https://github.com/oracle/opengrok/releases/tag/${version}";
license = licenses.cddl;
maintainers = [ ];
platforms = platforms.all;