diff --git a/Network/Socket/Msg/Internal.hs b/Network/Socket/Msg/Internal.hs
--- a/Network/Socket/Msg/Internal.hs
+++ b/Network/Socket/Msg/Internal.hs
@@ -11,8 +11,8 @@
 import Foreign.Ptr (Ptr)
 import System.Posix.Types (CSsize(..))
 
-foreign import ccall unsafe "sendmsg"
+foreign import ccall "sendmsg"
   c_sendmsg :: CInt -> Ptr MsgHdr -> CInt -> IO CSsize
 
-foreign import ccall unsafe "recvmsg"
+foreign import ccall "recvmsg"
   c_recvmsg :: CInt -> Ptr MsgHdr -> CInt -> IO CSsize
diff --git a/network-msg.cabal b/network-msg.cabal
--- a/network-msg.cabal
+++ b/network-msg.cabal
@@ -1,9 +1,9 @@
 name: network-msg
-version: 0.5
+version: 0.6
 category: Network
 build-type: Simple 
 cabal-version: >= 1.6
-maintainer: Lana Black <sickmind@i2pmail.org>
+maintainer: Lana Black <lanablack@amok.cc>
 license: OtherLicense 
 license-file: LICENSE
 synopsis: Recvmsg and sendmsg bindings.
@@ -33,4 +33,4 @@
 
 source-repository head
   type: git
-  location: git://bitbucket.org/braindamaged/network-msg.git
+  location: git://github.com/greydot/network-msg.git
