diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [0.6.4] - 2021-03-30
+
+- Repository changed to https://github.com/Profpatsch/yarn2nix
+
 ## [0.6.3] - 2021-03-29
 
 - Relax upper bounds of `protolude` and `megaparsec`.
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/yarn-lock.cabal b/yarn-lock.cabal
--- a/yarn-lock.cabal
+++ b/yarn-lock.cabal
@@ -5,12 +5,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           yarn-lock
-version:        0.6.3
+version:        0.6.4
 synopsis:       Represent and parse yarn.lock files
 description:    Types and parser for the lock file format of the npm successor yarn. All modules should be imported qualified.
 category:       Data
-homepage:       https://github.com/Profpatsch/yarn-lock#readme
-bug-reports:    https://github.com/Profpatsch/yarn-lock/issues
+homepage:       https://github.com/Profpatsch/yarn2nix#readme
+bug-reports:    https://github.com/Profpatsch/yarn2nix/issues
 author:         Profpatsch
 maintainer:     mail@profpatsch.de
 license:        MIT
@@ -21,7 +21,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/Profpatsch/yarn-lock
+  location: https://github.com/Profpatsch/yarn2nix
 
 library
   exposed-modules:
