Archived
1
0
Fork 0

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