python3.pkgs.sphinxcontrib-openapi: link to upstream PR, add maintainers (#189112)
This commit is contained in:
parent
c5d422be65
commit
f05c58665b
@ -23,6 +23,9 @@ buildPythonPackage rec {
|
||||
# https://github.com/cilium/cilium/commit/b9862461568dd41d4dc8924711d4cc363907270b and
|
||||
# https://github.com/cilium/openapi/commit/cd829a05caebd90b31e325d4c9c2714b459d135f
|
||||
# for details.
|
||||
# PR to switch upstream sphinx-contrib/openapi from m2r to sphinx-mdinclude:
|
||||
# https://github.com/sphinx-contrib/openapi/pull/127
|
||||
# (once merged, we should switch away from that fork again)
|
||||
src = fetchFromGitHub {
|
||||
owner = "cilium";
|
||||
repo = "openapi";
|
||||
@ -48,5 +51,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/ikalnytskyi/sphinxcontrib-openapi";
|
||||
description = "OpenAPI (fka Swagger) spec renderer for Sphinx";
|
||||
license = licenses.bsd0;
|
||||
maintainers = [ maintainers.flokli ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user