Skip to content

Commit

Permalink
Fix homepage metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jun 25, 2017
1 parent dcb5111 commit 1f66dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj.__index = obj
obj.name = 'ControlEscape'
obj.version = '0.1'
obj.author = 'Jason Rudolph <[email protected]>'
obj.homepage = 'https://github.com/jasonrudolph/keyboard'
obj.homepage = 'https://github.com/jasonrudolph/ControlEscape.spoon'
obj.license = 'MIT - https://opensource.org/licenses/MIT'

function obj:init()
Expand Down

0 comments on commit 1f66dee

Please sign in to comment.