libffi: update meta
- add myself as maintainer - license is mit
This commit is contained in:
parent
53a04a2df0
commit
7c1539baa6
@ -51,9 +51,8 @@ stdenv.mkDerivation rec {
|
|||||||
conversions for values passed between the two languages.
|
conversions for values passed between the two languages.
|
||||||
'';
|
'';
|
||||||
homepage = http://sourceware.org/libffi/;
|
homepage = http://sourceware.org/libffi/;
|
||||||
# See https://github.com/atgreen/libffi/blob/master/LICENSE .
|
license = licenses.mit;
|
||||||
license = licenses.free;
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
maintainers = [ ];
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user