diff --git a/diagnostician.cabal b/diagnostician.cabal
--- a/diagnostician.cabal
+++ b/diagnostician.cabal
@@ -1,12 +1,16 @@
 cabal-version: 3.4
 name: diagnostician
-version: 0.2.0.0
+version: 0.2.0.1
 license: (Apache-2.0 OR MIT)
 maintainer: root@owenlynch.org
 author: Coln contributors
 description: A minimal, opinionated library for compiler error messages
 category: Language
 build-type: Simple
+
+source-repository head
+  type: git
+  location: https://github.com/coln-project/Coln
 
 library
   exposed-modules: Diagnostician
