mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pidgin: Use HTTPS home page.
* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS.
This commit is contained in:
parent
569958aeb5
commit
dbe2dfa528
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ (define-public pidgin
|
||||||
(files (list (string-append "lib/purple-"
|
(files (list (string-append "lib/purple-"
|
||||||
(version-major version))
|
(version-major version))
|
||||||
"lib/pidgin")))))
|
"lib/pidgin")))))
|
||||||
(home-page "http://www.pidgin.im/")
|
(home-page "https://www.pidgin.im/")
|
||||||
(synopsis "Graphical multi-protocol instant messaging client")
|
(synopsis "Graphical multi-protocol instant messaging client")
|
||||||
(description
|
(description
|
||||||
"Pidgin is a modular instant messaging client that supports many popular
|
"Pidgin is a modular instant messaging client that supports many popular
|
||||||
|
|
Loading…
Reference in a new issue