From 74d9302eeddc0c9aadd9a8d6ebcb786d55a91320 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 17 Dec 2018 19:40:59 -0800 Subject: 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. --- nitrocli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nitrocli/Cargo.toml') 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" -- cgit v1.2.1