kdePackages.qtspell, qt6Packages.qtspell: fix changelog url (#515117)

This commit is contained in:
Leona Maroni
2026-05-01 15:40:49 +00:00
committed by GitHub
@@ -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;