summary refs log tree commit diff
path: root/pkgs/development/python-modules
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/development/python-modules
parent1fc81e7b3afbaa0e80dce57a837f6f25385fe296 (diff)
downloadnixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar.gz
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar.bz2
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar.lz
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar.xz
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.tar.zst
nixpkgs-85fbe4b318a5e9ef3618930d878636f91742b993.zip
pythonPackages.pypandoc: add sternenseemann to maintainers
Diffstat (limited to 'pkgs/development/python-modules')
-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 fc5263d8109..41576c5ad1f 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 ];
   };
 }