diff --git a/SVGFonts.cabal b/SVGFonts.cabal
--- a/SVGFonts.cabal
+++ b/SVGFonts.cabal
@@ -1,5 +1,5 @@
 Name:             SVGFonts
-Version:          1.3
+Version:          1.3.0.1
 Synopsis:         Fonts from the SVG-Font format
 Description:      Native font support for the diagrams framework (<http://projects.haskell.org/diagrams/>). Note that this package can be used with any diagrams backend, not just the SVG backend.  The SVG-tont format is easy to parse
                   and was therefore chosen for a font library completely written in Haskell.
@@ -50,7 +50,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/tkvogt/SVGFonts.git
+  location: https://github.com/diagrams/SVGFonts.git
 
 Library
     hs-source-dirs: src
