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:
parent
aa033c8e49
commit
de1d778ef5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue