From 734cad41bba447ef1846090af3c555b1c50d2fbe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 22 Dec 2022 21:29:01 +0100 Subject: [PATCH] python39Packages.sphinxcontrib-spelling: add changelog to meta --- .../python-modules/sphinxcontrib-spelling/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix index 142085caa65e..8c4900d35bd1 100644 --- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix @@ -41,6 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Sphinx spelling extension"; homepage = "https://github.com/sphinx-contrib/spelling"; + changelog = "https://github.com/sphinx-contrib/spelling/blob/${version}/docs/source/history.rst"; license = licenses.bsd2; maintainers = with maintainers; [ ]; };