Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

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