sphinx-autoload: Fix typo in maintainers

This commit is contained in:
Akshay Mankar
2021-03-24 18:26:55 +01:00
committed by Frederik Rietdijk
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];
};
}