Updated Readme
This commit is contained in:
parent
34a3524dbc
commit
264beada0d
@ -73,7 +73,7 @@ Request for translating text is #translate.
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Bug reports and pull requests are welcome on GitHub at https://github.com/negrienko/yandex_translate.
|
Bug reports and pull requests are welcome on at https://gl.negrienko.com/negrienko/yandex_translate.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
9
mix.exs
9
mix.exs
@ -5,9 +5,10 @@ defmodule YandexTranslate.MixProject do
|
|||||||
@version "0.3.0"
|
@version "0.3.0"
|
||||||
# @repo_url "https://github.com/negrienko/yandex_translate"
|
# @repo_url "https://github.com/negrienko/yandex_translate"
|
||||||
@repo_url "https://gl.negrienko.com/negrienko/yandex_translate"
|
@repo_url "https://gl.negrienko.com/negrienko/yandex_translate"
|
||||||
@homepage_url "https://negrienko.com/yandex_translate"
|
@homepage_url "https://negrienko.com/all/yandex-translate/"
|
||||||
|
@author_url "https://negrienko.com/"
|
||||||
@description """
|
@description """
|
||||||
Translate word and phrases using the Yandex Translate API. See README.md for information.
|
Translate word and phrases using the Yandex Cloud Yandex Translate API. See README.md for information.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def project do
|
def project do
|
||||||
@ -15,13 +16,13 @@ defmodule YandexTranslate.MixProject do
|
|||||||
app: :yandex_translate,
|
app: :yandex_translate,
|
||||||
version: @version,
|
version: @version,
|
||||||
elixir: "~> 1.8",
|
elixir: "~> 1.8",
|
||||||
description: @description,
|
|
||||||
build_embedded: Mix.env() == :prod,
|
build_embedded: Mix.env() == :prod,
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
package: package(),
|
package: package(),
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
# Docs
|
# Docs
|
||||||
name: @name,
|
name: @name,
|
||||||
|
description: @description,
|
||||||
source_url: @repo_url,
|
source_url: @repo_url,
|
||||||
homepage_url: @homepage_url,
|
homepage_url: @homepage_url,
|
||||||
docs: [
|
docs: [
|
||||||
@ -57,7 +58,7 @@ defmodule YandexTranslate.MixProject do
|
|||||||
[
|
[
|
||||||
maintainers: ["Danylo Negriienko"],
|
maintainers: ["Danylo Negriienko"],
|
||||||
licenses: ["MIT"],
|
licenses: ["MIT"],
|
||||||
links: %{"git" => @repo_url}
|
links: %{"git" => @repo_url, "author" => @author_url, "homepage" => @homepage_url}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user