diff --git a/hs-rs-notify.cabal b/hs-rs-notify.cabal
--- a/hs-rs-notify.cabal
+++ b/hs-rs-notify.cabal
@@ -1,19 +1,16 @@
 name:                hs-rs-notify
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Experimental! Wraps this awesome rust library so you can use it in haskell. https://docs.rs/crate/notify
 -- description:
 homepage:            https://github.com/NoRedInk/hs-rs-notify#readme
 license:             BSD3
 license-file:        LICENSE
-author:              Author name here
-maintainer:          example@example.com
-copyright:           2018 Author name here
+author:              Christoph Hermann
+maintainer:          christoph@noredink.com
+copyright:           2018 NoRedInk
 category:            Web
 build-type:          Simple
 extra-source-files:  README.md
-                   , notifier/target/release/libnotifier.a
-                   , notifier/target/release/libnotifier.d
-                   , notifier/target/release/libnotifier.dylib
 cabal-version:       >=1.10
 
 library
@@ -39,7 +36,6 @@
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings, NoImplicitPrelude
   extra-libraries:     notifier, pthread
-  extra-lib-dirs:      ./notifier/target/release
 
 test-suite hs-rs-notify-test
   type:                exitcode-stdio-1.0
@@ -54,4 +50,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/githubuser/hs-rs-notify
+  location: https://github.com/NoRedInk/hs-rs-notify
diff --git a/notifier/target/release/libnotifier.a b/notifier/target/release/libnotifier.a
deleted file mode 100644
# file too large to diff: notifier/target/release/libnotifier.a
diff --git a/notifier/target/release/libnotifier.d b/notifier/target/release/libnotifier.d
deleted file mode 100644
--- a/notifier/target/release/libnotifier.d
+++ /dev/null
@@ -1,1 +0,0 @@
-/Users/stoeffel/nri/notify/hs-rf-notify/notifier/target/release/libnotifier.dylib: /Users/stoeffel/nri/notify/hs-rf-notify/notifier/src/lib.rs
diff --git a/notifier/target/release/libnotifier.dylib b/notifier/target/release/libnotifier.dylib
deleted file mode 100644
Binary files a/notifier/target/release/libnotifier.dylib and /dev/null differ
