From 095faae58ddf5b434d192064ce59a32a04c142a5 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 2 Jan 2021 07:22:57 -0600 Subject: [PATCH] Update meta info with name and cxxstd. --- meta/libraries.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index d7e326c..cc3df57 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -2,13 +2,14 @@ "key": "predef", "name": "Predef", "authors": [ - "Rene Rivera" + "René Ferdinand Rivera Morell" ], "description": "This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers.", "category": [ "Miscellaneous" ], "maintainers": [ - "Rene Rivera " - ] + "René Ferdinand Rivera Morell " + ], + "cxxstd": "98" }