guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: fltk: Update source uri.


From: guix-commits
Subject: 02/02: gnu: fltk: Update source uri.
Date: Wed, 7 Jun 2023 02:21:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f8b1e50f30eb20b1ce19ba01f4ffd78ca3590d0f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 7 08:47:05 2023 +0300

    gnu: fltk: Update source uri.
    
    * gnu/packages/fltk.scm (fltk)[source]: Update source URI to follow
    redirect.
---
 gnu/packages/fltk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm
index 775ede060c..4518a1e30a 100644
--- a/gnu/packages/fltk.scm
+++ b/gnu/packages/fltk.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015, 2018 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2018 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -47,7 +47,7 @@
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "http://fltk.org/pub/fltk/";
+      (uri (string-append "https://www.fltk.org/pub/fltk/";
                           (first (string-split version #\-))
                           "/fltk-" version "-source.tar.gz"))
       (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]