tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
opengrok: add changelog to meta
Mario Rodas
2 years ago
5cc2f9fc
bb56c9e9
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
opengrok
default.nix
+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
29
+
changelog = "https://github.com/oracle/opengrok/releases/tag/${version}";
29
30
license = licenses.cddl;
30
31
maintainers = [ ];
31
32
platforms = platforms.all;