mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: redis: Use HTTPS home page.
* gnu/packages/databases.scm (redis)[home-page]: Use HTTPS.
This commit is contained in:
parent
720aa97782
commit
5a3cbfceb1
1 changed files with 1 additions and 1 deletions
|
@ -1892,7 +1892,7 @@ (define-public redis
|
|||
(description "Redis is an advanced key-value cache and store. Redis
|
||||
supports many data structures including strings, hashes, lists, sets, sorted
|
||||
sets, bitmaps and hyperloglogs.")
|
||||
(home-page "http://redis.io/")
|
||||
(home-page "https://redis.io/")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public kyotocabinet
|
||||
|
|
Loading…
Reference in a new issue