processone / ejabberd-contrib

Growing and curated ejabberd contributions repository - PR or ask to join !
http://ejabberd.im
248 stars 137 forks source link

mod_captcha_rust: fix typo in README.md #322

Closed sando38 closed 12 months ago

sando38 commented 12 months ago

During compilation :captcha is the name of the application to be installed, not :captcha_nif, which leads to a failure.

The source repo also uses:

def deps do
  [
    {:captcha, "~> 0.1", hex: :captcha_nif}
  ]
end
badlop commented 12 months ago

Thanks!