From 897a9bcc44ea40eb9bfab3901b2c0358870b191b Mon Sep 17 00:00:00 2001 From: dansbandit <4530687+dansbandit@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:55:27 +0000 Subject: [PATCH] kdePackages.qtspell, qt6Packages.qtspell: fix changelog url --- pkgs/development/libraries/qtspell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qtspell/default.nix b/pkgs/development/libraries/qtspell/default.nix index 141915c5ba2b..385237961468 100644 --- a/pkgs/development/libraries/qtspell/default.nix +++ b/pkgs/development/libraries/qtspell/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { meta = { description = "Provides spell-checking to Qt's text widgets, using the enchant spell-checking library"; homepage = "https://github.com/manisandro/qtspell"; - changelog = "https://github.com/manisandro/qtspell/blob/version/NEWS"; + changelog = "https://github.com/manisandro/qtspell/blob/${version}/NEWS"; maintainers = with lib.maintainers; [ dansbandit ]; license = lib.licenses.gpl3Only; platforms = lib.platforms.all;