mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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; {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user