From: Bryant Mairs Date: Wed, 8 Feb 2017 06:50:50 +0000 (-0800) Subject: Correct capitalization of GitLab X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~162^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d2eb60a9736dfb02a7d19bc1296db58fd34be9d0;p=cargo.git Correct capitalization of GitLab --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8ee88efe2..0a1a52cd4 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -142,7 +142,7 @@ license = "..." license-file = "..." # Optional specification of badges to be displayed on crates.io. The badges -# currently available are Travis CI, Appveyor, and Gitlab latest build status, +# currently available are Travis CI, Appveyor, and GitLab latest build status, # specified using the following parameters: [badges] # Travis CI: `repository` is required. `branch` is optional; default is `master` @@ -151,7 +151,7 @@ travis-ci = { repository = "...", branch = "master" } # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`. appveyor = { repository = "...", branch = "master", service = "github" } -# Gitlab: `repository` is required. `branch` is optional; default is `master` +# GitLab: `repository` is required. `branch` is optional; default is `master` gitlab = { repository = "...", branch = "master" } ```