pythonPackages: sphinxcontrib_plantuml -> sphinxcontrib-plantuml

This commit is contained in:
Sandro Jäckel 2021-08-02 16:24:42 +02:00
parent a6a6de159f
commit 503f72bfa6
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
3 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Provides a Sphinx domain for embedding UML diagram with PlantUML";
homepage = "https://github.com/sphinx-contrib/plantuml/";
maintainers = with maintainers; [ ];
license = with licenses; [ bsd2 ];
};
}

View file

@ -73,6 +73,7 @@ mapAliases ({
setuptools_scm = setuptools-scm; # added 2021-06-03
smart_open = smart-open; # added 2021-03-14
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
sphinxcontrib_plantuml = sphinxcontrib-plantuml;
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
tvnamer = throw "python3Packages.tvnamer was moved to tvnamer"; # 2021-07-05
websocket_client = websocket-client;

View file

@ -8256,7 +8256,7 @@ in {
sphinxcontrib-openapi = callPackage ../development/python-modules/sphinxcontrib-openapi { };
sphinxcontrib_plantuml = callPackage ../development/python-modules/sphinxcontrib_plantuml {
sphinxcontrib-plantuml = callPackage ../development/python-modules/sphinxcontrib-plantuml {
inherit (pkgs) plantuml;
};