mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
sphinx-autoload: Fix typo in maintainers
This commit is contained in:
parent
c6a367715f
commit
a62e67c09e
@ -24,6 +24,6 @@ buildPythonPackage rec {
|
||||
description = "Rebuild Sphinx documentation on changes, with live-reload in the browser";
|
||||
homepage = "https://github.com/executablebooks/sphinx-autobuild";
|
||||
license = with licenses; [ mit ];
|
||||
maintainer = with maintainers; [holgerpeters];
|
||||
maintainers = with maintainers; [holgerpeters];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user