about summary refs log tree commit diff
path: root/pkgs/development/libraries/libffi
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-12-02 16:23:49 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-12-02 16:23:49 -0500
commit7c1539baa601509045f6004f16295702ef1c29cd (patch)
tree94d032dac9a4c64a23989f8b5b09e1b9804c6bcd /pkgs/development/libraries/libffi
parent53a04a2df0c0812fd983364184d519dc3356e7d2 (diff)
libffi: update meta
- add myself as maintainer
- license is mit
Diffstat (limited to 'pkgs/development/libraries/libffi')
-rw-r--r--pkgs/development/libraries/libffi/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libffi/default.nix b/pkgs/development/libraries/libffi/default.nix
index de3d91eda9c51..cc080e7c6388d 100644
--- a/pkgs/development/libraries/libffi/default.nix
+++ b/pkgs/development/libraries/libffi/default.nix
@@ -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;
   };
 }