summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:00 +0200
commit0e0296af4e46f51e25ebe1c484c9b59c1085474e (patch)
treef11a9d5c90691079381234e03e8fb10f0376a93f
parente31ab8c24848a7691a838af8df61d3e7097cddbc (diff)
downloadguix-patches-0e0296af4e46f51e25ebe1c484c9b59c1085474e.tar
guix-patches-0e0296af4e46f51e25ebe1c484c9b59c1085474e.tar.gz
gnu: perl-dbi, timescaledb: Fix typo in description.
* gnu/packages/databases.scm (perl-dbi, timescaledb): Fix ‘an database’ typo.
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 137627e8de..f97281e882 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1377,7 +1377,7 @@ pictures, sounds, or video.")
(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 @@ extremely small.")
"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)))