Commit b2562cf6 authored by Harinn's avatar Harinn
Browse files

ledfx: fix meta.changelog 404s

parent d5a03486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";