Commit b6ad490e authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

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.
parent 66c533e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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