diff --git a/okapi.cabal b/okapi.cabal
--- a/okapi.cabal
+++ b/okapi.cabal
@@ -1,13 +1,13 @@
 cabal-version:      1.12
 name:               okapi
-version:            0.1.0.1
+version:            0.1.0.2
 license:            BSD3
 license-file:       LICENSE
 copyright:          2022 Monadic Systems LLC
 maintainer:         tech@monadic.systems
 author:             Monadic Systems LLC
-homepage:           https://github.com/githubuser/okapi#readme
-bug-reports:        https://github.com/githubuser/okapi/issues
+homepage:           https://github.com/MonadicSystems/okapi#readme
+bug-reports:        https://github.com/MonadicSystems/okapi/issues
 synopsis:           A microframework based on monadic parsing
 description:
     Please see the README on GitHub at <https://github.com/githubuser/okapi#readme>
@@ -20,7 +20,7 @@
 
 source-repository head
     type:     git
-    location: https://github.com/githubuser/okapi
+    location: https://github.com/MonadicSystems/okapi
 
 library
     exposed-modules:
@@ -43,7 +43,6 @@
         lucid >=2.11.0 && <2.12,
         mmorph >=1.1.5 && <1.2,
         mtl >=2.2.2 && <2.3,
-        random >=1.2.1 && <1.3,
         stm >=2.5.0.0 && <2.6,
         text >=1.2.5.0 && <1.3,
         transformers >=0.5.6.2 && <0.6,
@@ -74,7 +73,6 @@
         mmorph >=1.1.5 && <1.2,
         mtl >=2.2.2 && <2.3,
         okapi -any,
-        random >=1.2.1 && <1.3,
         stm >=2.5.0.0 && <2.6,
         text >=1.2.5.0 && <1.3,
         transformers >=0.5.6.2 && <0.6,
