mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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-"
|
||||
(version-major version))
|
||||
"lib/pidgin")))))
|
||||
(home-page "http://www.pidgin.im/")
|
||||
(home-page "https://www.pidgin.im/")
|
||||
(synopsis "Graphical multi-protocol instant messaging client")
|
||||
(description
|
||||
"Pidgin is a modular instant messaging client that supports many popular
|
||||
|
|
Loading…
Reference in a new issue