summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-22 21:29:01 +0100
committerGitHub <noreply@github.com>2022-12-22 21:29:01 +0100
commit734cad41bba447ef1846090af3c555b1c50d2fbe (patch)
tree2c6387dc7eef0710ba38598f5025ef1ad5b4bdf7
parented9a30150fbde85186c31a89c2257ee31f6488c8 (diff)
downloadnixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar.gz
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar.bz2
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar.lz
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar.xz
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.tar.zst
nixpkgs-734cad41bba447ef1846090af3c555b1c50d2fbe.zip
python39Packages.sphinxcontrib-spelling: add changelog to meta
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-spelling/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
index 142085caa65..8c4900d35bd 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; [ ];
   };