unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 64566@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
	Andreas Enge <andreas@enge.fr>,
	Efraim Flashner <efraim@flashner.co.il>,
	Eric Bavier <bavier@posteo.net>
Subject: [bug#64566] [PATCH 1/3] gnu: cfitsio: Download source over HTTPS.
Date: Tue, 11 Jul 2023 00:39:18 +0100	[thread overview]
Message-ID: <8b250468497c2c6af0253ebf4a2e4bb72493e017.1689032023.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1689032023.git.sharlatanus@gmail.com>

* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS.
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d3f3711bd1..f402b13537 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -428,7 +428,7 @@ (define-public cfitsio
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
+             "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
              "cfitsio-" version ".tar.gz"))
        (sha256
         (base32 "128qsv2q0f0g714ahlsixiikvvbwxi9bg9q9pcr5cd3f7wdkv9gb"))))
-- 
2.40.1





  reply	other threads:[~2023-07-11  0:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 23:37 [bug#64566] [PATCH 0/3] gnu: Add glnemo2 Sharlatan Hellseher
2023-07-10 23:39 ` Sharlatan Hellseher [this message]
2023-07-10 23:39 ` [bug#64566] [PATCH 2/3] gnu: Add ccfits Sharlatan Hellseher
2023-07-10 23:39 ` [bug#64566] [PATCH 3/3] gnu: Add glnemo2 Sharlatan Hellseher
2023-07-26 13:52 ` bug#64566: [PATCH 0/3] " Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b250468497c2c6af0253ebf4a2e4bb72493e017.1689032023.git.sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=64566@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).