guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 08/08: gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.
Date: Sat, 21 Mar 2020 11:23:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de1d778ef50304e00d8c339b6be6be66f860d7e9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:43:31 2020 +0100

    gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.
    
    * gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index a347467..0ac15c8 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]