From 0a738727067ee8e0246ef9f3ee3b5f678422d454 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Mon, 6 Jun 2022 22:33:14 +0200 Subject: [PATCH] wip move duniter typescript to duniter-v2s --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- xtask/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a019dd9f..774a5cab9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/typescript/duniter/gitlab +This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/rust/duniter-v2s The current github repository is a simple clone taken up to date at each push on the main gitlab repository. diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 86498acee..cb1e389cb 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -4,7 +4,7 @@ description = "Duniter-v2s xtask" edition = "2018" license = "AGPL-3.0" name = "xtask" -repository = "https://git.duniter.org/nodes/typescript/duniter" +repository = "https://git.duniter.org/nodes/rust/duniter-v2s" version = "0.1.0" [[bin]] -- GitLab