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.
'';
homepage = http://sourceware.org/libffi/;
# See https://github.com/atgreen/libffi/blob/master/LICENSE .
license = licenses.free;
maintainers = [ ];
license = licenses.mit;
maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.all;
};
}