diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-10-04 22:23:54 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-10-04 22:30:27 +0200 |
commit | 8e3f06c939347e1bc3311283e114fa05adb0ed20 (patch) | |
tree | 2a6812cd3f41681c10fbb4e642b09f503b2f5c35 /gnu/packages/geo.scm | |
parent | 0d57a50af28056cbe4a3c215e1a3cc95d88bba1c (diff) | |
download | patches-8e3f06c939347e1bc3311283e114fa05adb0ed20.tar patches-8e3f06c939347e1bc3311283e114fa05adb0ed20.tar.gz |
gnu: postgis: Update description.
* gnu/packages/geo.scm (postgis)[description]: Explicitly state this is
a postgresql extension.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index ae6ba024e0..f845349b3c 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -748,7 +748,8 @@ utilities for data translation and processing.") (synopsis "Spatial database extender for PostgreSQL") (description "PostGIS is a spatial database extender for PostgreSQL object-relational database. It adds support for geographic objects allowing -location queries to be run in SQL.") +location queries to be run in SQL. This package provides a PostgreSQL +extension.") (license (list ;; General license license:gpl2+ |