Skip to content

Commit

Permalink
Move to cloudi_service_http_cowboy1.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Dec 1, 2018
1 parent 3b0014e commit 56d2ae2
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://secure.travis-ci.org/CloudI/cloudi_service_http_cowboy.png?branch=master)](http://travis-ci.org/CloudI/cloudi_service_http_cowboy)
[![hex.pm version](https://img.shields.io/hexpm/v/cloudi_service_http_cowboy.svg)](https://hex.pm/packages/cloudi_service_http_cowboy)
[![Build Status](https://secure.travis-ci.org/CloudI/cloudi_service_http_cowboy1.png?branch=master)](http://travis-ci.org/CloudI/cloudi_service_http_cowboy1)
[![hex.pm version](https://img.shields.io/hexpm/v/cloudi_service_http_cowboy1.svg)](https://hex.pm/packages/cloudi_service_http_cowboy1)

If you are looking to see if you need this repository, please refer to the [`cloudi_core` repository](https://github.com/CloudI/cloudi_core#about).

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule CloudIServiceHttpCowboy do
use Mix.Project

def project do
[app: :cloudi_service_http_cowboy,
[app: :cloudi_service_http_cowboy1,
version: "1.7.4",
language: :erlang,
erlc_options: [
Expand Down Expand Up @@ -34,7 +34,7 @@ defmodule CloudIServiceHttpCowboy do
end

defp description do
"Erlang/Elixir Cloud Framework cowboy HTTP/HTTPS Service"
"Erlang/Elixir Cloud Framework cowboy 1.x HTTP/HTTPS Service"
end

defp package do
Expand All @@ -43,6 +43,6 @@ defmodule CloudIServiceHttpCowboy do
licenses: ["MIT"],
links: %{"Website" => "https://cloudi.org",
"GitHub" => "https://github.com/CloudI/" <>
"cloudi_service_http_cowboy"}]
"cloudi_service_http_cowboy1"}]
end
end
Loading

0 comments on commit 56d2ae2

Please sign in to comment.