python-cffi: add lnl7 to maintainers
This commit is contained in:
parent
0c27903ac0
commit
505c82efe4
@ -37,7 +37,7 @@ if isPyPy then null else buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
maintainers = with maintainers; [ domenkozar ];
|
maintainers = with maintainers; [ domenkozar lnl7 ];
|
||||||
homepage = https://cffi.readthedocs.org/;
|
homepage = https://cffi.readthedocs.org/;
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
description = "Foreign Function Interface for Python calling C code";
|
description = "Foreign Function Interface for Python calling C code";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user