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

gnu: postgis: Update description.

* gnu/packages/geo.scm (postgis)[description]: Explicitly state this is
a postgresql extension.
This commit is contained in:
Julien Lepiller
2018-10-04 22:23:54 +02:00
parent 0d57a50af2
commit 8e3f06c939

View File

@@ -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+