mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-dbi, timescaledb: Fix typo in description.
* gnu/packages/databases.scm (perl-dbi, timescaledb): Fix ‘an database’ typo.
This commit is contained in:
parent
e31ab8c248
commit
0e0296af4e
1 changed files with 2 additions and 2 deletions
|
@ -1377,7 +1377,7 @@ (define-public timescaledb
|
|||
(home-page "https://www.timescale.com/")
|
||||
(synopsis "Time-series extension for PostgreSQL")
|
||||
(description
|
||||
"TimescaleDB is an database designed to make SQL scalable for
|
||||
"TimescaleDB is a database designed to make SQL scalable for
|
||||
time-series data. It is engineered up from PostgreSQL and packaged as a
|
||||
PostgreSQL extension, providing automatic partitioning across time and space
|
||||
(partitioning key), as well as full SQL support.")
|
||||
|
@ -1882,7 +1882,7 @@ (define-public perl-dbi
|
|||
"1yinx39960y241vf2sknxj0dfz82a5m9gvklq5rw78k0nlyrjawa"))))
|
||||
(build-system perl-build-system)
|
||||
(synopsis "Database independent interface for Perl")
|
||||
(description "This package provides an database interface for Perl.")
|
||||
(description "This package provides a database interface for Perl.")
|
||||
(home-page "https://metacpan.org/release/DBI")
|
||||
(license license:perl-license)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue