python-cffi: add lnl7 to maintainers

This commit is contained in:
Daiderd Jordan 2018-01-22 19:55:47 +01:00
parent 0c27903ac0
commit 505c82efe4
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -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";