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 4705C15800F for ; Thu, 16 Feb 2023 08:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 788EBE08C3; Thu, 16 Feb 2023 08:36:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 579D6E08C3 for ; Thu, 16 Feb 2023 08:36:33 +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 4D869335D3C for ; Thu, 16 Feb 2023 08:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A0C8A7 for ; Thu, 16 Feb 2023 08:36:30 +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: <1676536518.eacb81196aea0d2a5b62c413d2a3b1fba052e097.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mouse-brain-atlases/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild X-VCS-Directories: sci-biology/mouse-brain-atlases/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: eacb81196aea0d2a5b62c413d2a3b1fba052e097 X-VCS-Branch: master Date: Thu, 16 Feb 2023 08:36:30 +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: ec1936e2-dbb3-4f6a-928f-fe9c718e21aa X-Archives-Hash: 907dd1e1aa89e0b6bed2ba32f8fb9dd9 commit: eacb81196aea0d2a5b62c413d2a3b1fba052e097 Author: Horea Christian chymera eu> AuthorDate: Thu Feb 16 08:35:07 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Feb 16 08:35:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eacb8119 sci-biology/mouse-brain-atlases: update SRC_URI HTTPS redirect Signed-off-by: Horea Christian chymera.eu> sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild index 0709fb65d..0681d770d 100644 --- a/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild +++ b/sci-biology/mouse-brain-atlases/mouse-brain-atlases-0.5.3.ebuild @@ -8,8 +8,8 @@ inherit check-reqs DESCRIPTION="A collection of mouse brain atlases in NIfTI format" HOMEPAGE="https://github.com/IBT-FMI/mouse-brain-atlases" SRC_URI=" - http://resources.chymera.eu/distfiles/${P}.tar.xz - hires? ( http://resources.chymera.eu/distfiles/${PN}HD-${PV}.tar.xz ) + https://resources.chymera.eu/distfiles/${P}.tar.xz + hires? ( https://resources.chymera.eu/distfiles/${PN}HD-${PV}.tar.xz ) " LICENSE="fairuse"