pythonPackages.pypandoc: add sternenseemann to maintainers

This commit is contained in:
Benno Fünfstück 2020-01-19 12:41:36 +01:00
parent 1fc81e7b3a
commit 85fbe4b318

View File

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Thin wrapper for pandoc";
homepage = https://github.com/bebraw/pypandoc;
license = licenses.mit;
maintainers = with maintainers; [ bennofs ];
maintainers = with maintainers; [ sternenseemann bennofs ];
};
}