1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -7138,7 +7138,7 @@ generation.")
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