Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/mix.exs b/mix.exs
index 832b106..6d8d88e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -28,7 +28,7 @@ defmodule Captcha.Mixfile do
def project do
[
app: :captcha,
- version: "0.1.0",
+ version: "1.0.0",
elixir: "~> 1.3",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
@@ -68,12 +68,14 @@ defmodule Captcha.Mixfile do
defp description do
"""
This is a Elixir lib for generating captcha. No dependencies. It drawing captcha image with C code. No ImageMagick, No RMagick.
+
+ This is the fork used by Pleroma.
"""
end
defp package do
[
- name: :captcha,
+ name: :pleroma_captcha,
files: [
"lib",
"priv",
@@ -85,11 +87,11 @@ defmodule Captcha.Mixfile do
"config",
"Makefile"
],
- maintainers: ["davidqhr"],
+ maintainers: ["pleroma"],
licenses: ["MIT"],
links: %{
- "GitHub" => "https://github.com/davidqhr/elixir-captcha",
- "Docs" => "https://github.com/davidqhr/elixir-captcha"
+ "GitHub" => "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha",
+ "Docs" => "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha"
}
]
end

File Metadata

Mime Type
text/x-diff
Expires
Sun, Dec 1, 1:17 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41569
Default Alt Text
(1 KB)

Event Timeline