gnu: postgis: Update description.
* gnu/packages/geo.scm (postgis)[description]: Explicitly state this is a postgresql extension.
This commit is contained in:
parent
0d57a50af2
commit
8e3f06c939
|
@ -748,7 +748,8 @@ utilities for data translation and processing.")
|
||||||
(synopsis "Spatial database extender for PostgreSQL")
|
(synopsis "Spatial database extender for PostgreSQL")
|
||||||
(description "PostGIS is a spatial database extender for PostgreSQL
|
(description "PostGIS is a spatial database extender for PostgreSQL
|
||||||
object-relational database. It adds support for geographic objects allowing
|
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
|
(license (list
|
||||||
;; General license
|
;; General license
|
||||||
license:gpl2+
|
license:gpl2+
|
||||||
|
|
Loading…
Reference in New Issue