regexploit: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:27:09 +02:00
parent 68be312ccc
commit d2888dc290
+1 -1
View File
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Tool to find regular expressions which are vulnerable to ReDoS";
homepage = "https://github.com/doyensec/regexploit";
changelog = "https://github.com/doyensec/regexploit/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/doyensec/regexploit/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};