gnu: ephemeralpg: Use HTTPS home page.

* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-10 23:09:57 +02:00
parent 12f99f9f1b
commit 8e71625667
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -230,7 +230,7 @@ (define-public ephemeralpg
(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 @@ (define-public ephemeralpg
("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