From 7f63c63e7b1affb4b4022797349b85f93555e71c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Feb 2016 17:22:13 +0100 Subject: Fixed git links --- blog.cabal | 2 +- blog.nix | 2 +- provider/posts/hakyll.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog.cabal b/blog.cabal index b8e83ce..acffcd5 100644 --- a/blog.cabal +++ b/blog.cabal @@ -5,7 +5,7 @@ name: dirty-haskell version: 0.0.0 -- synopsis: -- description: -homepage: git://git.yggdrasil.li/dirty-haskell.org +homepage: https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org -- license: PublicDomain -- license-file: LICENSE author: Gregor Kleen diff --git a/blog.nix b/blog.nix index cce4bc9..cbcdcfc 100644 --- a/blog.nix +++ b/blog.nix @@ -14,6 +14,6 @@ mkDerivation { deepseq directory filepath hakyll hex mtl pandoc pandoc-types process regex-tdfa temporary ]; - homepage = "git://git.yggdrasil.li/dirty-haskell.org"; + homepage = "https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org"; license = stdenv.lib.licenses.unfree; } diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md index 35e691d..be3bc1b 100644 --- a/provider/posts/hakyll.md +++ b/provider/posts/hakyll.md @@ -9,7 +9,7 @@ I stopped using the software suite inherited from [hakyll](http://jaspervdj.be/hakyll/) instead, since I realised that the two were doing essentially the same job and keeping my mess in one haskell file (`src/Site.hs`, for those of you who are willing to checkout the -[git repo](https://git.yggdrasil.li/dirty-haskell.org)) instead of spread over a +[git repo](https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org)) instead of spread over a large number of interlocking zsh and haskell scripts. I expect nothing to be seriously broken (Only the filepaths of lists have -- cgit v1.2.3