me
/
guix
Archived
1
0
Fork 0

gnu: ii, sic: Use HTTPS home pages.

* gnu/packages/irc.scm (ii, sic)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-03-04 01:27:15 +01:00
parent e0dbead5a7
commit d035eaa304
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -288,7 +288,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; no configure (delete 'configure)))) ; no configure
(home-page "http://tools.suckless.org/ii/") (home-page "https://tools.suckless.org/ii/")
(synopsis "FIFO and file system based IRC client") (synopsis "FIFO and file system based IRC client")
(description (description
"ii (Irc it) is a minimalist FIFO and file system based IRC client.") "ii (Irc it) is a minimalist FIFO and file system based IRC client.")
@ -313,7 +313,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; no configure (delete 'configure)))) ; no configure
(home-page "http://tools.suckless.org/sic/") (home-page "https://tools.suckless.org/sic/")
(synopsis "Simple IRC client") (synopsis "Simple IRC client")
(description (description
"sic is a simple IRC client, even more minimalistic than ii.") "sic is a simple IRC client, even more minimalistic than ii.")