Skip to content

Commit

Permalink
fix(cargo): fix repo link and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 27, 2015
1 parent 40c9a0a commit 20a7fd8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[package]

name = "yup-oauth2"
version = "0.1.0"
version = "0.1.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup/lib/oauth2"
description = """A partial oauth2 implementation, providing the 'device' authorization flow.
More information about how it's done can be found here: https://developers.google.com/youtube/v3/guides/authentication#devices
"""
repository = "https://github.com/Byron/yup-oauth2"
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
documentation = "http://byron.github.io/yup-oauth2"
license = "MIT"

Expand Down

0 comments on commit 20a7fd8

Please sign in to comment.