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 @@ 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))))
|
||||||
|
|
||||||
|
|
Reference in a new issue