filebeat8: fix meta.changelog URL (#514331)
This commit is contained in:
@@ -37,7 +37,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "Tails and ships log files";
|
||||
homepage = "https://github.com/elastic/beats";
|
||||
changelog = "https://www.elastic.co/guide/en/beats/libbeat/${finalAttrs.version}/release-notes-${finalAttrs.version}.html";
|
||||
changelog = "https://www.elastic.co/guide/en/beats/libbeat/${lib.versions.majorMinor finalAttrs.version}/release-notes-${finalAttrs.version}.html";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ srhb ];
|
||||
mainProgram = "filebeat";
|
||||
|
||||
Reference in New Issue
Block a user