From f6e253637e5a672ef553cfe1e71c8f41944d0729 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Tue, 16 Oct 2018 15:06:33 +0200 Subject: [PATCH] PNG_IO: fix the project description --- index/alire-index-png_io.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/alire-index-png_io.ads b/index/alire-index-png_io.ads index c9020ff8..65fb0e0c 100644 --- a/index/alire-index-png_io.ads +++ b/index/alire-index-png_io.ads @@ -3,7 +3,7 @@ with Alire.Index.Zlib_Ada; package Alire.Index.PNG_IO is function Project is new Catalogued_Project - ("ZLib for Ada thick binding"); + ("Ada95 coder/decoder for Portable Network Graphics"); Repo : constant URL := "https://github.com/alire-project/png_io.git";