summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog.cabal2
-rw-r--r--blog.nix2
-rw-r--r--provider/posts/hakyll.md2
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
5version: 0.0.0 5version: 0.0.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8homepage: git://git.yggdrasil.li/dirty-haskell.org 8homepage: https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org
9-- license: PublicDomain 9-- license: PublicDomain
10-- license-file: LICENSE 10-- license-file: LICENSE
11author: Gregor Kleen 11author: 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 {
14 deepseq directory filepath hakyll hex mtl pandoc pandoc-types 14 deepseq directory filepath hakyll hex mtl pandoc pandoc-types
15 process regex-tdfa temporary 15 process regex-tdfa temporary
16 ]; 16 ];
17 homepage = "git://git.yggdrasil.li/dirty-haskell.org"; 17 homepage = "https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org";
18 license = stdenv.lib.licenses.unfree; 18 license = stdenv.lib.licenses.unfree;
19} 19}
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
9[hakyll](http://jaspervdj.be/hakyll/) instead, since I realised that the two 9[hakyll](http://jaspervdj.be/hakyll/) instead, since I realised that the two
10were doing essentially the same job and keeping my mess in one haskell file 10were doing essentially the same job and keeping my mess in one haskell file
11(`src/Site.hs`, for those of you who are willing to checkout the 11(`src/Site.hs`, for those of you who are willing to checkout the
12[git repo](https://git.yggdrasil.li/dirty-haskell.org)) instead of spread over a 12[git repo](https://git.yggdrasil.li/gkleen/pub/dirty-haskell.org)) instead of spread over a
13large number of interlocking zsh and haskell scripts. 13large number of interlocking zsh and haskell scripts.
14 14
15I expect nothing to be seriously broken (Only the filepaths of lists have 15I expect nothing to be seriously broken (Only the filepaths of lists have