tuxbox: fix meta.changelog link

This commit is contained in:
Andreas Erdes
2026-04-28 20:04:57 +02:00
parent 6fc3fb569a
commit 3f6cb63b0b
+1 -1
View File
@@ -39,7 +39,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
'';
meta = {
changelog = "https://github.com/AndyCappDev/tuxbox/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/AndyCappDev/tuxbox/releases/tag/v${finalAttrs.version}";
description = "Linux driver for all TourBox models - Native feel with USB, Bluetooth, haptics and graphical configuration GUI";
homepage = "https://github.com/AndyCappDev/tuxbox";
license = lib.licenses.mit;