Permalink
Browse files
Fixed license for erlzmq2
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
agner.config
|
@@ -2,7 +2,7 @@ |
|
|
{authors, ["Yurii Rashkovskii <yrashk@gmail.com>", "Evax Software <contact@evax.fr>"]}.
|
|
|
{description, "Erlang bindings for ZeroMQ messaging"}.
|
|
|
{homepage, "https://github.com/zeromq/erlzmq2"}.
|
|
|
-{license, "BSD", "LICENSE"}.
|
|
|
+{license, "MIT", "LICENSE"}.
|
|
|
{url, {git, "https://github.com/zeromq/erlzmq2.git", {branch, "master"}}}.
|
|
|
{applications, [erlzmq]}.
|
|
|
{build_command, "make"}.
|
0 comments on commit
9a425a2