Unverified Commit 1da2acd4 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

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

parents f606052f 897a9bcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;