gnu: ruby-sequel: Use HTTPS home page.

* gnu/packages/ruby.scm (ruby-sequel)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:03:43 +01:00
parent 3573971209
commit e2b70d90ca
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7138,7 +7138,7 @@ (define-public ruby-sequel
concise DSL for constructing SQL queries and table schemas. It includes a
comprehensive ORM layer for mapping records to Ruby objects and handling
associated records.")
(home-page "http://sequel.jeremyevans.net")
(home-page "https://sequel.jeremyevans.net")
(license license:expat)))
(define-public ruby-timecop