kdePackages.qtspell, qt6Packages.qtspell: fix changelog url
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user