Merge pull request #16 from danieljames/meta-category-fix

Fix the category in the library metadata.
This commit is contained in:
Andrzej Krzemieński
2016-01-11 08:41:26 +01:00

View File

@ -7,7 +7,7 @@
], ],
"description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.", "description": "A value-semantic, type-safe wrapper for representing 'optional' (or 'nullable') objects of a given type. An optional object may or may not contain a value of the underlying type.",
"category": [ "category": [
"Data structures" "Data"
], ],
"maintainers": [ "maintainers": [
"Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>", "Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>",