From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92F92158086 for ; Thu, 7 Oct 2021 19:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA91E0863; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53BFCE0863 for ; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD6D34337A for ; Thu, 7 Oct 2021 19:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99868138 for ; Thu, 7 Oct 2021 19:03:29 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1633632201.ccb2293d6dbadb0c1cbe31fd6319733dac984c85.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: / X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: Cargo.toml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ccb2293d6dbadb0c1cbe31fd6319733dac984c85 X-VCS-Branch: master Date: Thu, 7 Oct 2021 19:03:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4ad3bc3-6086-4963-89ca-5641c280d60b X-Archives-Hash: 5f09ab3c86ace3473d06d3c40a8a8a31 commit: ccb2293d6dbadb0c1cbe31fd6319733dac984c85 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 18:43:21 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 18:43:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=ccb2293d Cargo.toml: update URLs Signed-off-by: Georgy Yakovlev gentoo.org> Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af95421..5af638b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "0.5.1-dev" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018" -repository = "https://github.com/cardoe/cargo-ebuild" -homepage = "https://github.com/cardoe/cargo-ebuild" -documentation = "https://github.com/cardoe/cargo-ebuild" +repository = "https://github.com/gentoo/cargo-ebuild" +homepage = "https://github.com/gentoo/cargo-ebuild" +documentation = "https://github.com/gentoo/cargo-ebuild" readme = "README.md" keywords = ["cargo-subcommand", "ebuild", "gentoo"] categories = ["command-line-utilities"]