ledfx: fix meta.changelog 404s

This commit is contained in:
Harinn
2026-03-19 00:58:08 +07:00
parent d5a0348640
commit b2562cf6ff
+1 -1
View File
@@ -83,7 +83,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
meta = {
description = "Network based LED effect controller with support for advanced real-time audio effects";
homepage = "https://github.com/LedFx/LedFx";
changelog = "https://github.com/LedFx/LedFx/blob/${finalAttrs.version}/CHANGELOG.rst";
changelog = "https://github.com/LedFx/LedFx/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
mainProgram = "ledfx";