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" }