guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: libmesode: Update source, home-page URIs.


From: guix-commits
Subject: 03/08: gnu: libmesode: Update source, home-page URIs.
Date: Tue, 23 Feb 2021 18:58:35 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 266a37285c4b644416346adbd3d32897d75e7c24
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Feb 19 19:37:30 2021 -0500

    gnu: libmesode: Update source, home-page URIs.
    
    * gnu/packages/messaging.scm (libmesode) [source]: Update to new
    upstream URI.
    [home-page]: Same.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1878c71..a20a322 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2008,7 +2008,7 @@ is also scriptable and extensible via Guile.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/boothj5/libmesode";)
+                    (url "https://github.com/profanity-im/libmesode";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
@@ -2027,7 +2027,7 @@ is also scriptable and extensible via Guile.")
     (description "Libmesode is a fork of libstrophe for use with Profanity
 XMPP Client.  In particular, libmesode provides extra TLS functionality such as
 manual SSL certificate verification.")
-    (home-page "https://github.com/boothj5/libmesode";)
+    (home-page "https://github.com/profanity/libmesode";)
     ;; Dual-licensed.
     (license (list license:gpl3+ license:x11))))
 



reply via email to

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