mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ephemeralpg: Use HTTPS home page.
* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
This commit is contained in:
parent
12f99f9f1b
commit
8e71625667
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue