aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-17 19:40:59 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-17 19:40:59 -0800
commit74d9302eeddc0c9aadd9a8d6ebcb786d55a91320 (patch)
tree71efc0f8ce89dbe2eb2271f04e044e541c1f1e9e /nitrocli/Cargo.toml
parent14f6e9070ec2c1d4dad6afe32928133eaa0f3f67 (diff)
downloadnitrocli-74d9302eeddc0c9aadd9a8d6ebcb786d55a91320.tar.gz
nitrocli-74d9302eeddc0c9aadd9a8d6ebcb786d55a91320.tar.bz2
Migrate work to the 'master' branch
In the past we have used the 'devel' branch for more or less early development work that includes the occasional rebase to fix up mistakes and keep the history clean. That is a non-starter when it comes to tagging signed releases, which we have introduced recently. Hence, there is no point in diverging from what the rest of the world is doing by using a branch name other than 'master' as the main development vehicle. By now we have introduced two dependencies on the branch name into the code base, which this change fixes up.
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 0c9f0f4..68b3b80 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -33,7 +33,7 @@ A command line tool for interacting with the Nitrokey Storage device.
"""
[badges]
-gitlab = { repository = "d-e-s-o/nitrocli", branch = "devel" }
+gitlab = { repository = "d-e-s-o/nitrocli", branch = "master" }
[dependencies.nitrokey]
version = "0.2.1"