about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-01-19 12:41:36 +0100
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-01-19 12:42:10 +0100
commit85fbe4b318a5e9ef3618930d878636f91742b993 (patch)
treeb2cf3a03651ee1dd1094e61a66f7b5fb0c580282 /pkgs
parent1fc81e7b3afbaa0e80dce57a837f6f25385fe296 (diff)
downloadnixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar.gz
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar.bz2
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar.lz
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar.xz
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.tar.zst
nixlib-85fbe4b318a5e9ef3618930d878636f91742b993.zip
pythonPackages.pypandoc: add sternenseemann to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pypandoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pypandoc/default.nix b/pkgs/development/python-modules/pypandoc/default.nix
index fc5263d81096..41576c5ad1fc 100644
--- a/pkgs/development/python-modules/pypandoc/default.nix
+++ b/pkgs/development/python-modules/pypandoc/default.nix
@@ -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 ];
   };
 }