me
/
guix
Archived
1
0
Fork 0

gnu: perl-dbi, timescaledb: Fix typo in description.

* gnu/packages/databases.scm (perl-dbi, timescaledb):
Fix ‘an database’ typo.
master
Tobias Geerinckx-Rice 2022-06-05 02:00:00 +02:00
parent e31ab8c248
commit 0e0296af4e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1377,7 +1377,7 @@ pictures, sounds, or video.")
(home-page "https://www.timescale.com/") (home-page "https://www.timescale.com/")
(synopsis "Time-series extension for PostgreSQL") (synopsis "Time-series extension for PostgreSQL")
(description (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 time-series data. It is engineered up from PostgreSQL and packaged as a
PostgreSQL extension, providing automatic partitioning across time and space PostgreSQL extension, providing automatic partitioning across time and space
(partitioning key), as well as full SQL support.") (partitioning key), as well as full SQL support.")
@ -1882,7 +1882,7 @@ extremely small.")
"1yinx39960y241vf2sknxj0dfz82a5m9gvklq5rw78k0nlyrjawa")))) "1yinx39960y241vf2sknxj0dfz82a5m9gvklq5rw78k0nlyrjawa"))))
(build-system perl-build-system) (build-system perl-build-system)
(synopsis "Database independent interface for Perl") (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") (home-page "https://metacpan.org/release/DBI")
(license license:perl-license))) (license license:perl-license)))