[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: postgis: Update description.
From: |
julien lepiller |
Subject: |
03/03: gnu: postgis: Update description. |
Date: |
Thu, 4 Oct 2018 16:31:13 -0400 (EDT) |
roptat pushed a commit to branch staging
in repository guix.
commit 8e3f06c939347e1bc3311283e114fa05adb0ed20
Author: Julien Lepiller <address@hidden>
Date: Thu Oct 4 22:23:54 2018 +0200
gnu: postgis: Update description.
* gnu/packages/geo.scm (postgis)[description]: Explicitly state this is
a postgresql extension.
---
gnu/packages/geo.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ae6ba02..f845349 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+