Skip to content

Commit dfecf34

Browse files
author
nartsisss
committed
openobserve: refactor meta, add changelog
1 parent 872e355 commit dfecf34

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/servers/monitoring/openobserve/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ rustPlatform.buildRustPackage {
9797
"--skip=tests::e2e_test"
9898
];
9999

100-
meta = with lib; {
100+
101+
meta = {
101102
description = "Cloud-native observability platform built specifically for logs, metrics, traces, analytics & realtime user-monitoring";
102103
homepage = "https://github.com/openobserve/openobserve";
103-
license = licenses.asl20;
104-
maintainers = with maintainers; [ happysalada ];
104+
changelog = "https://github.com/openobserve/openobserve/releases/tag/v${version}";
105+
license = lib.licenses.asl20;
106+
maintainers = with lib.maintainers; [ happysalada ];
105107
mainProgram = "openobserve";
106108
};
107109
}

0 commit comments

Comments
 (0)