diff --git a/README.md b/README.md index f9024931..6f3e0190 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ general, the following set of commands should be good for getting started: cabal update cabal install cabal-dev - git clone https://github.com/snoyberg/stackage + git clone https://github.com/fpco/stackage cd stackage git submodule update --init # get the Haskell Platform files runghc app/stackage.hs build # takes a *long* time diff --git a/stackage.cabal b/stackage.cabal index 84d7aa8a..7cad54a0 100644 --- a/stackage.cabal +++ b/stackage.cabal @@ -5,11 +5,11 @@ name: stackage version: 0.1.0.0 synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage. -- description: -homepage: https://github.com/snoyberg/stackage +homepage: https://github.com/fpco/stackage license: MIT license-file: LICENSE author: Michael Snoyman -maintainer: michael@snoyman.com +maintainer: michael@fpcomplete.com category: Distribution build-type: Simple cabal-version: >=1.8 @@ -42,3 +42,7 @@ executable stackage main-is: stackage.hs build-depends: base , stackage + +source-repository head + type: git + location: https://github.com/fpco/stackage