sops: update meta.changelog URL

Switch from .rst to .md as the former only contains this text:

  The changelog can be found in CHANGELOG.md.
This commit is contained in:
Bjørn Forsman
2026-02-22 17:18:04 +01:00
parent 66c533e3d0
commit b6ad490e18
+1 -1
View File
@@ -61,7 +61,7 @@ buildGoModule (finalAttrs: {
meta = {
homepage = "https://getsops.io/";
description = "Simple and flexible tool for managing secrets";
changelog = "https://github.com/getsops/sops/blob/v${finalAttrs.version}/CHANGELOG.rst";
changelog = "https://github.com/getsops/sops/blob/v${finalAttrs.version}/CHANGELOG.md";
mainProgram = "sops";
maintainers = with lib.maintainers; [
Scrumplex