summaryrefslogtreecommitdiff
path: root/blog.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-03 17:22:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-03 17:22:13 +0100
commit7f63c63e7b1affb4b4022797349b85f93555e71c (patch)
treecadb73bb6f28e3c16f4e5d9148505ac9a5cd66d9 /blog.nix
parent44c5e3bfb13d6bb8821fb1de63f777ea48cc98bf (diff)
downloaddirty-haskell.org-7f63c63e7b1affb4b4022797349b85f93555e71c.tar
dirty-haskell.org-7f63c63e7b1affb4b4022797349b85f93555e71c.tar.gz
dirty-haskell.org-7f63c63e7b1affb4b4022797349b85f93555e71c.tar.bz2
dirty-haskell.org-7f63c63e7b1affb4b4022797349b85f93555e71c.tar.xz
dirty-haskell.org-7f63c63e7b1affb4b4022797349b85f93555e71c.zip
Fixed git links
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}