Loading pkgs/development/libraries/qtspell/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/development/libraries/qtspell/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading