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>
This commit is contained in:
Raghav Gururajan 2021-02-19 19:37:30 -05:00 committed by Leo Prikler
parent 46c5ae03ce
commit 266a37285c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2008,7 +2008,7 @@ (define-public libmesode
(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 @@ (define-public libmesode
(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))))