aboutsummaryrefslogtreecommitdiff
path: root/website/credits.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-29 14:13:23 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-29 14:13:23 +0200
commit5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5 (patch)
treea3c3c2a9402c09cbae6d56909adb524fedb1244d /website/credits.html
parentb4b95e3832b98d8ae8dd602657b4ab59be0cead4 (diff)
downloadlombok-5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5.tar.gz
lombok-5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5.tar.bz2
lombok-5898d3c96a7f8573dc227e84c7c2aca5c49e4cd5.zip
Removed mention of github hosting the website. It doesn't. We're hosting it ourselves.
Diffstat (limited to 'website/credits.html')
-rw-r--r--website/credits.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/credits.html b/website/credits.html
index a0b9542c..2afdf42a 100644
--- a/website/credits.html
+++ b/website/credits.html
@@ -56,7 +56,7 @@
We'd like to thank:<ul>
<li>Perry Nguyen (pfn on ##java on freenode) for creating the inspiration for project lombok.</li>
<li><a href="http://code.google.com/">Google Code Hosting</a> for hosting our issue tracker as well as the lombok releases.</a></li>
- <li><a href="http://github.com/">Github</a> for hosting lombok's repository and website.</li>
+ <li><a href="http://github.com/">Github</a> for hosting lombok's repository.</li>
<li>The <a href="http://asm.ow2.org/index.html">ASM team</a> at ObjectWeb for creating an excellent class file editing tool.
Lombok uses ASM to interact with Eclipse.</li>
<li>Markus Gebhard for creating <a href="http://java2html.de/">java2html</a> which we use for the example code snippets on the