kdePackages.qtspell, qt6Packages.qtspell: fix changelog url

This commit is contained in:
dansbandit
2026-04-30 17:55:27 +00:00
parent b63a3a3991
commit 897a9bcc44
@@ -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;