msoffcrypto-tool: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:27 +02:00
parent 0b23aedaed
commit 4b3d3ac000
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python tool and library for decrypting MS Office files with passwords or other keys";
homepage = "https://github.com/nolze/msoffcrypto-tool";
changelog = "https://github.com/nolze/msoffcrypto-tool/blob/v${finalAttrs.src.tag}/CHANGELOG.md";
changelog = "https://github.com/nolze/msoffcrypto-tool/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "msoffcrypto-tool";