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";
|
description = "Rebuild Sphinx documentation on changes, with live-reload in the browser";
|
||||||
homepage = "https://github.com/executablebooks/sphinx-autobuild";
|
homepage = "https://github.com/executablebooks/sphinx-autobuild";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainer = with maintainers; [holgerpeters];
|
maintainers = with maintainers; [holgerpeters];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user