gnu: redis: Use HTTPS home page.

* gnu/packages/databases.scm (redis)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 00:39:00 +01:00
parent 720aa97782
commit 5a3cbfceb1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1892,7 +1892,7 @@ (define-public redis
(description "Redis is an advanced key-value cache and store. Redis (description "Redis is an advanced key-value cache and store. Redis
supports many data structures including strings, hashes, lists, sets, sorted supports many data structures including strings, hashes, lists, sets, sorted
sets, bitmaps and hyperloglogs.") sets, bitmaps and hyperloglogs.")
(home-page "http://redis.io/") (home-page "https://redis.io/")
(license license:bsd-3))) (license license:bsd-3)))
(define-public kyotocabinet (define-public kyotocabinet