diff --git a/ethereum-analyzer-webui.cabal b/ethereum-analyzer-webui.cabal
--- a/ethereum-analyzer-webui.cabal
+++ b/ethereum-analyzer-webui.cabal
@@ -1,7 +1,7 @@
 name:                ethereum-analyzer-webui
-version:             2.0.2
+version:             3.0.0
 synopsis:            A web frontend for ethereum-analyzer
-homepage:            https://github.com/ethereumK/ethereum-analyzer
+homepage:            https://github.com/zchn/ethereum-analyzer
 license:             Apache-2.0
 license-file:        LICENSE
 author:              Kevin Chen
@@ -21,7 +21,7 @@
 source-repository this
   type:     git
   location: https://github.com/zchn/ethereum-analyzer
-  tag:      v2.0.2
+  tag:      v3.0.0
   subdir:   ethereum-analyzer-webui
 
 library
diff --git a/src/Ethereum/Analyzer/Web/API.hs b/src/Ethereum/Analyzer/Web/API.hs
--- a/src/Ethereum/Analyzer/Web/API.hs
+++ b/src/Ethereum/Analyzer/Web/API.hs
@@ -86,7 +86,7 @@
          <li><a href="/metrics"><code>/metrics</code></a></li>
          </ul>
          <p>
-         Source code at <a href="https://github.com/ethereumK/ethereum-analyzer">https://github.com/ethereumK/ethereum-analyzer/</a>
+         Source code at <a href="https://github.com/zchn/ethereum-analyzer">https://github.com/zchn/ethereum-analyzer/</a>
          </p>
          </body>
          <html>
diff --git a/src/Ethereum/Analyzer/Web/Server/Handlers.hs b/src/Ethereum/Analyzer/Web/Server/Handlers.hs
--- a/src/Ethereum/Analyzer/Web/Server/Handlers.hs
+++ b/src/Ethereum/Analyzer/Web/Server/Handlers.hs
@@ -11,8 +11,7 @@
 
 import Control.Monad.Except (ExceptT(..))
 import Control.Monad.Log (Severity, logInfo)
-import Ethereum.Analyzer.Disasm
-import Ethereum.Analyzer.Util
+import Ethereum.Analyzer.EVM
 import Ethereum.Analyzer.Web.API
        (API, RootPage(..), User(..), Users(..), DotCfgResp(..))
 import qualified Ethereum.Analyzer.Web.Server.Logging as Log
