libffi: update meta

- add myself as maintainer
- license is mit
This commit is contained in:
Matthew Bauer 2019-12-02 16:23:49 -05:00
parent 53a04a2df0
commit 7c1539baa6

View File

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