From 50924ef1a87aa550690ae195079f43986030f453 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 24 Feb 2014 22:21:03 +0000 Subject: [PATCH] Add maintainers to metadata. --- meta/libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index fd69e84..7c278ab 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -16,6 +16,7 @@ "boost-version": "1.33.0", "name": "Functional/Hash", "authors": "Daniel James", + "maintainers": ["Daniel James"]. "description": "A TR1 hash function object that can be extended to hash user defined types.", "documentation": "hash/", "std-proposal": false, @@ -63,4 +64,4 @@ "Function-objects" ] } -] \ No newline at end of file +]