guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: wgetpaste: Use HTTPS home page.


From: guix-commits
Subject: 05/11: gnu: wgetpaste: Use HTTPS home page.
Date: Mon, 31 Aug 2020 22:48:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1b0755012b38fded6059c10849dc16e3e50ed8b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 03:09:39 2020 +0200

    gnu: wgetpaste: Use HTTPS home page.
    
    * gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
---
 gnu/packages/wget.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 0c6d274..b3a3982 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -80,7 +80,7 @@ in downloaded documents to relative links.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://wgetpaste.zlin.dk/wgetpaste-";
+        (uri (string-append "https://wgetpaste.zlin.dk/wgetpaste-";
                             version ".tar.bz2"))
         (sha256
          (base32
@@ -128,7 +128,7 @@ in downloaded documents to relative links.")
     (inputs
      `(("wget" ,wget)
        ("xclip" ,xclip)))
-    (home-page "http://wgetpaste.zlin.dk/";)
+    (home-page "https://wgetpaste.zlin.dk/";)
     (synopsis "Script that automates pasting to a number of pastebin services")
     (description
      "@code{wgetpaste} is an extremely simple command-line interface to various



reply via email to

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