me
/
guix
Archived
1
0
Fork 0

gnu: redis: Use HTTPS home page.

* gnu/packages/databases.scm (redis)[home-page]: Use HTTPS.
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
1 changed files with 1 additions and 1 deletions
gnu/packages

View File

@ -1892,7 +1892,7 @@ similar to BerkeleyDB, LevelDB, etc.")
(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