Skip to content

Commit

Permalink
Move to elixirs org (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
igas authored Oct 2, 2021
1 parent 6856d1d commit c9b8467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Base62 [![Version](https://img.shields.io/hexpm/v/base62.svg?style=flat-square)](https://hex.pm/packages/base62)[![License](https://img.shields.io/hexpm/l/base62.svg?style=flat-square)](https://github.com/igas/base62/blob/main/LICENSE)![Build Status](https://img.shields.io/github/workflow/status/elixirs/base62/CI/main?style=flat-square)[![Issues](https://img.shields.io/github/issues/igas/base62.svg?style=flat-square)](https://github.com/igas/base62/issues)[![Downloads](https://img.shields.io/hexpm/dt/base62.svg?style=flat-square)](https://hex.pm/packages/base62)
# Base62 [![Version](https://img.shields.io/hexpm/v/base62.svg?style=flat-square)](https://hex.pm/packages/base62)[![License](https://img.shields.io/hexpm/l/base62.svg?style=flat-square)](https://github.com/elixirs/base62/blob/main/LICENSE)![Build Status](https://img.shields.io/github/workflow/status/elixirs/base62/CI/main?style=flat-square)[![Issues](https://img.shields.io/github/issues/elixirs/base62.svg?style=flat-square)](https://github.com/elixirs/base62/issues)[![Downloads](https://img.shields.io/hexpm/dt/base62.svg?style=flat-square)](https://hex.pm/packages/base62)

Base62 encoder/decoder in pure Elixir.

Expand Down Expand Up @@ -43,6 +43,6 @@ iex> Base62.decode("Elixir")
{:ok, 13531063449}
```

# [License](https://github.com/igas/base62/blob/main/LICENSE)
# [License](https://github.com/elixirs/base62/blob/main/LICENSE)

Released under the MIT License.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Base62.Mixfile do
use Mix.Project

@version "1.2.2"
@github "https://github.com/igas/base62"
@github "https://github.com/elixirs/base62"

def project do
[
Expand Down

0 comments on commit c9b8467

Please sign in to comment.