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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user