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 @@ standard Go idioms.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://eradman.com/ephemeralpg/code/ephemeralpg-"
|
"https://eradman.com/ephemeralpg/code/ephemeralpg-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dpfxsd8a52psx3zlfbqkw53m35w28qwyb87a8anz143x6gnkkr4"))))
|
(base32 "1dpfxsd8a52psx3zlfbqkw53m35w28qwyb87a8anz143x6gnkkr4"))))
|
||||||
|
@ -274,7 +274,7 @@ standard Go idioms.")
|
||||||
("util-linux" ,util-linux)))
|
("util-linux" ,util-linux)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ruby" ,ruby)))
|
`(("ruby" ,ruby)))
|
||||||
(home-page "http://eradman.com/ephemeralpg/")
|
(home-page "https://eradman.com/ephemeralpg/")
|
||||||
(synopsis "Run temporary PostgreSQL databases")
|
(synopsis "Run temporary PostgreSQL databases")
|
||||||
(description
|
(description
|
||||||
"@code{pg_tmp} creates temporary PostgreSQL databases, suitable for tasks
|
"@code{pg_tmp} creates temporary PostgreSQL databases, suitable for tasks
|
||||||
|
|
Reference in a new issue