Updated Readme

This commit is contained in:
Danil Negrienko 2019-07-01 00:10:29 +03:00
parent 34a3524dbc
commit 264beada0d
2 changed files with 6 additions and 5 deletions

View File

@ -73,7 +73,7 @@ Request for translating text is #translate.
## 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

View File

@ -5,9 +5,10 @@ defmodule YandexTranslate.MixProject do
@version "0.3.0"
# @repo_url "https://github.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 """
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
@ -15,13 +16,13 @@ defmodule YandexTranslate.MixProject do
app: :yandex_translate,
version: @version,
elixir: "~> 1.8",
description: @description,
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
package: package(),
deps: deps(),
# Docs
name: @name,
description: @description,
source_url: @repo_url,
homepage_url: @homepage_url,
docs: [
@ -57,7 +58,7 @@ defmodule YandexTranslate.MixProject do
[
maintainers: ["Danylo Negriienko"],
licenses: ["MIT"],
links: %{"git" => @repo_url}
links: %{"git" => @repo_url, "author" => @author_url, "homepage" => @homepage_url}
]
end
end