1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.

* gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice
2020-03-21 00:43:31 +01:00
parent aa033c8e49
commit de1d778ef5
+1 -1
View File
@@ -217,7 +217,7 @@ either single machines or networked clusters.")
"@code{mgo} (pronounced as mango) is a MongoDB driver for the Go language.
It implements a rich selection of features under a simple API following
standard Go idioms.")
(home-page "http://labix.org/mgo")
(home-page "https://labix.org/mgo")
(license license:bsd-2)))
(define-public ephemeralpg