guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: fpc: Use HTTPS home page URI.


From: guix-commits
Subject: 01/02: gnu: fpc: Use HTTPS home page URI.
Date: Sat, 19 Dec 2020 10:06:46 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ef7eaeedc029fa6458bd573133dde97c6a452c23
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 19 16:06:03 2020 +0100

    gnu: fpc: Use HTTPS home page URI.
    
    * gnu/packages/pascal.scm (fpc)[home-page]: Use HTTPS URI.
---
 gnu/packages/pascal.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pascal.scm b/gnu/packages/pascal.scm
index 811d02f..88bc354 100644
--- a/gnu/packages/pascal.scm
+++ b/gnu/packages/pascal.scm
@@ -218,7 +218,7 @@
                  #t)))))))
     ;; fpc invokes gcc, so make sure LIBRARY_PATH et.al are set.
     ;(native-search-paths (package-native-search-paths gcc))
-    (home-page "http://www.freepascal.org";)
+    (home-page "https://www.freepascal.org";)
     (synopsis "The Free Pascal Compiler")
     (description
      "Free Pascal is a professional Object Pascal compiler.  It supports the



reply via email to

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