about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-22 19:55:47 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-22 19:58:15 +0100
commit505c82efe44b2366360c22f73cce8cd72bd8ac8c (patch)
treee3f59b94cc8395a1b143b7c4b8be007217b404a9 /pkgs
parent0c27903ac04557f2a3de5b385f0fb28321079131 (diff)
downloadnixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar.gz
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar.bz2
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar.lz
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar.xz
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.tar.zst
nixlib-505c82efe44b2366360c22f73cce8cd72bd8ac8c.zip
python-cffi: add lnl7 to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cffi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cffi/default.nix b/pkgs/development/python-modules/cffi/default.nix
index 6658b76c31ec..28d4a36aca7e 100644
--- a/pkgs/development/python-modules/cffi/default.nix
+++ b/pkgs/development/python-modules/cffi/default.nix
@@ -37,7 +37,7 @@ if isPyPy then null else buildPythonPackage rec {
   '';
 
   meta = with stdenv.lib; {
-    maintainers = with maintainers; [ domenkozar ];
+    maintainers = with maintainers; [ domenkozar lnl7 ];
     homepage = https://cffi.readthedocs.org/;
     license = with licenses; [ mit ];
     description = "Foreign Function Interface for Python calling C code";