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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user