Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F116276
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Dec 1, 2:27 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41569
Default Alt Text
(1 KB)
Attached To
Mode
R13 elixir-captcha
Attached
Detach File
Event Timeline
Log In to Comment