sequoia-sop: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:27:09 +02:00
parent d2888dc290
commit c712f23e03
+1 -1
View File
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Implementation of the Stateless OpenPGP Command Line Interface using Sequoia";
homepage = "https://gitlab.com/sequoia-pgp/sequoia-sop";
changelog = "https://gitlab.com/sequoia-pgp/sequoia-sop/-/blob/v${finalAttrs.src.tag}/NEWS";
changelog = "https://gitlab.com/sequoia-pgp/sequoia-sop/-/blob/${finalAttrs.src.tag}/NEWS";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ doronbehar ];
mainProgram = "sqop";