guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: ephemeralpg: Use HTTPS home page.


From: guix-commits
Subject: 09/11: gnu: ephemeralpg: Use HTTPS home page.
Date: Fri, 10 Apr 2020 17:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8e71625667f8a1dbb62b4e205a6c5ec51ef0c28f
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Apr 10 23:09:57 2020 +0200

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

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f760c69..7880d33 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -230,7 +230,7 @@ standard Go idioms.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://eradman.com/ephemeralpg/code/ephemeralpg-";
+             "https://eradman.com/ephemeralpg/code/ephemeralpg-";
              version ".tar.gz"))
        (sha256
         (base32 "1dpfxsd8a52psx3zlfbqkw53m35w28qwyb87a8anz143x6gnkkr4"))))
@@ -274,7 +274,7 @@ standard Go idioms.")
        ("util-linux" ,util-linux)))
     (native-inputs
      `(("ruby" ,ruby)))
-    (home-page "http://eradman.com/ephemeralpg/";)
+    (home-page "https://eradman.com/ephemeralpg/";)
     (synopsis "Run temporary PostgreSQL databases")
     (description
      "@code{pg_tmp} creates temporary PostgreSQL databases, suitable for tasks



reply via email to

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