Skip to content

Commit

Permalink
Note the origin change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mat813 committed Dec 3, 2012
1 parent f12f808 commit 2b99663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a simple wrapper over the [kqueue](http://en.wikipedia.org/wiki/Kqueue)
BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin).
It uses the [FFI](http://wiki.github.com/ffi/ffi) gem to avoid having to compile a C extension.

[API documentation is available on rdoc.info](http://rdoc.info/projects/nex3/rb-kqueue).
[API documentation is available on rdoc.info](http://rdoc.info/projects/mat813/rb-kqueue).

## WARNING

Expand Down
2 changes: 1 addition & 1 deletion rb-kqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
"lib/rb-kqueue/watcher/timer.rb",
"rb-kqueue.gemspec"
]
s.homepage = %q{http://github.com/nex3/rb-kqueue}
s.homepage = %q{http://github.com/mat813/rb-kqueue}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
Expand Down

0 comments on commit 2b99663

Please sign in to comment.