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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DC1A15800F for ; Fri, 17 Feb 2023 03:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B957FE0849; Fri, 17 Feb 2023 03:47:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4097E0849 for ; Fri, 17 Feb 2023 03:47:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBE9734114B for ; Fri, 17 Feb 2023 03:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571BD8A9 for ; Fri, 17 Feb 2023 03:47:47 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1676605608.e0754ab7c07aba06dfc6ad7cb3f6b02ac063e114.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/rat-brain-templates/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild X-VCS-Directories: sci-biology/rat-brain-templates/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e0754ab7c07aba06dfc6ad7cb3f6b02ac063e114 X-VCS-Branch: master Date: Fri, 17 Feb 2023 03:47:47 +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: b2c167c6-82fb-40fd-b2bc-5da5d51a4e36 X-Archives-Hash: d90e4214affa384a09f0450de7ed34ee commit: e0754ab7c07aba06dfc6ad7cb3f6b02ac063e114 Author: Horea Christian chymera eu> AuthorDate: Fri Feb 17 03:46:43 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Feb 17 03:46:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e0754ab7 sci-biology/rat-brain-templates: fixed SRC_URI HTTPS redirect Signed-off-by: Horea Christian chymera.eu> sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild index d41c14a11..cab3dec4f 100644 --- a/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild +++ b/sci-biology/rat-brain-templates/rat-brain-templates-0.2.ebuild @@ -7,7 +7,7 @@ inherit check-reqs DESCRIPTION="A collection of rat brain templates in NIfTI format" HOMEPAGE="https://gitlab.com/FOS-FMI/rat-brain-templates_generator" -SRC_URI="http://resources.chymera.eu/distfiles/${P}.tar.xz" +SRC_URI="https://resources.chymera.eu/distfiles/${P}.tar.xz" LICENSE="fairuse" SLOT="0"