lib: manually add `package.desc` keys to some packages
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 10 May 2018 16:37:24 +0000 (12:37 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 10 May 2018 16:37:24 +0000 (12:37 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/graph/package.ini
lib/postgresql/package.ini

index 4895222..0e3465c 100644 (file)
@@ -3,6 +3,7 @@ name=graph
 tags=algo,lib
 maintainer=Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com>
 license=Apache-2.0
+desc=Graph library for Nit
 [upstream]
 browse=https://github.com/nitlang/nit/tree/master/lib/graph/
 git=https://github.com/nitlang/nit.git
index b4f3d66..27b9122 100644 (file)
@@ -3,6 +3,7 @@ name=postgresql
 tags=database,lib
 maintainer=Guilherme Mansur <guilhermerpmansur@gmail.com>
 license=Apache-2.0
+desc=PostgreSQL connector for Nit
 [upstream]
 browse=https://github.com/nitlang/nit/tree/master/lib/postgresql/
 git=https://github.com/nitlang/nit.git