summaryrefslogtreecommitdiff
path: root/src/main/scala/spray/json/JsValue.scala
diff options
context:
space:
mode:
authorxuwei-k <6b656e6a69@gmail.com>2017-06-26 01:57:53 +0900
committerxuwei-k <6b656e6a69@gmail.com>2017-06-26 01:58:04 +0900
commitc2940250f1d6e8cf847aa9c2626bd66ef62e5fed (patch)
tree39b8950c5960c2dc6605950292bf878df4b1bacd /src/main/scala/spray/json/JsValue.scala
parente52b1b7735f529f7707c583add20629b0dacc314 (diff)
downloadspray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.tar.gz
spray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.tar.bz2
spray-json-c2940250f1d6e8cf847aa9c2626bd66ef62e5fed.zip
fix dispatch url
Diffstat (limited to 'src/main/scala/spray/json/JsValue.scala')
-rw-r--r--src/main/scala/spray/json/JsValue.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/spray/json/JsValue.scala b/src/main/scala/spray/json/JsValue.scala
index b21672d..e71b68e 100644
--- a/src/main/scala/spray/json/JsValue.scala
+++ b/src/main/scala/spray/json/JsValue.scala
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2009-2011 Mathias Doenitz
* Inspired by a similar implementation by Nathan Hamblen
- * (https://github.com/n8han/Databinder-Dispatch)
+ * (https://github.com/dispatch/classic)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.