From 8e3f06c939347e1bc3311283e114fa05adb0ed20 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 4 Oct 2018 22:23:54 +0200 Subject: [PATCH] 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 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+