summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'blog.nix')
-rw-r--r--blog.nix2
1 files changed, 1 insertions, 1 deletions
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}