Skip to main content

src/erlang_migrate.app.src

{application,erlang_migrate,
             [{description,"Database migration library for Erlang/OTP, modeled after golang-migrate/v4"},
              {vsn,"0.3.1"},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {licenses,["Apache-2.0"]},
              {links,[{"GitHub",
                       "https://github.com/imboy-pub/erlang_migrate"}]}]}.