commit b1c29d47bbf0f5b8b09f4c07ad6098f0e98425f4 Author: iwakeh iwakeh@torproject.org Date: Thu Jan 5 14:46:38 2017 +0100
Added Implemented-By attribute. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml index 620fb3b..45fb954 100644 --- a/build.xml +++ b/build.xml @@ -101,7 +101,7 @@ <metainf dir="${resources}" includes="context.xml"/> <manifest> - <attribute name="Created-By" value="The Tor Project" /> + <attribute name="Implemented-By" value="The Tor Project" /> <attribute name="Implementation-Title" value="Onionoo Server"/> <attribute name="Implementation-Version" value="${release.version}-${git.revision}"/>