mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
46c5ae03ce
commit
266a37285c
1 changed files with 2 additions and 2 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue