summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-serializinghtml
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-01-21 00:47:58 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-01-28 21:24:17 +0100
commitcfee10fb8fde8762e2eeafabf4c0b19ab0be92d6 (patch)
tree211ec8b6308206debbbee2f3c30a9c2335c0c99f /pkgs/development/python-modules/sphinxcontrib-serializinghtml
parent72bdb762a66365f9fc19ba2688a67b5419e7642b (diff)
downloadnixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar.gz
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar.bz2
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar.lz
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar.xz
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.tar.zst
nixpkgs-cfee10fb8fde8762e2eeafabf4c0b19ab0be92d6.zip
python39Packages.sphinxcontrib-serializinghtml: move to maintainer team, update homepage
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-serializinghtml')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
index a238c0191a7..85ed3cdc596 100644
--- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
@@ -14,14 +14,13 @@ buildPythonPackage rec {
     sha256 = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952";
   };
 
-
   # Check is disabled due to circular dependency of sphinx
   doCheck = false;
 
   meta = with lib; {
     description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle).";
-    homepage = "http://sphinx-doc.org/";
+    homepage = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml";
     license = licenses.bsd0;
+    maintainers = teams.sphinx.members;
   };
-
 }