Skip to content

Commit

Permalink
v2.6.1. Updated kitchensink.docpad repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jan 2, 2012
1 parent 8542d82 commit 1da5d3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -448,5 +448,5 @@ DocPad wouldn't be possible if it wasn't for the following libaries _(in alphabe
## License

Licensed under the [MIT License](https://github.com/bevry/docpad/blob/master/LICENSE.txt)
<br/>Copyright (c) 2012 [Bevry Pty Ltd](http://bevry.me) <us@bevry.me>
<br/>Copyright (c) 2011 [Benjamin Lupton](http://balupton.com) <b@lupton.cc>
<br/>Copyright &copy; 2012 [Bevry Pty Ltd](http://bevry.me)
<br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)
2 changes: 1 addition & 1 deletion lib/docpad.coffee
Expand Up @@ -49,7 +49,7 @@ class Docpad
skeleton: 'kitchensink',
skeletons:
kitchensink:
repo: 'https://github.com/balupton/kitchensink.docpad.git'
repo: 'https://github.com/bevry/kitchensink.docpad.git'

# DocPad Paths
corePath: "#{__dirname}/.."
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "docpad",
"version": "2.6.0",
"version": "2.6.1",
"description": "DocPad (like Jekyll) is a static website generator, unlike Jekyll it's written in CoffeeScript+Node.js instead of Ruby, and also allows the template engine complete access to the document model. This means you have unlimited power as a CMS and the simplicity of a notepad.",
"homepage": "https://github.com/bevry/docpad",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
"url": "https://github.com/bevry/docpad/blob/master/LICENSE.txt"
}
],
"repository" : {
Expand Down

0 comments on commit 1da5d3c

Please sign in to comment.