From 9e031d21607bcd7871d296b3142223671115f6f3 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Tue, 13 Jan 2015 10:38:04 +0000 Subject: [PATCH] Fixed wrong nunjucks link --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 3803390..7257fe4 100644 --- a/script.js +++ b/script.js @@ -85,7 +85,7 @@ var engines = [ }, { name: "Nunjucks", - link: "https://github.com/jlongster/nunjucks", + link: "https://github.com/mozilla/nunjucks", link_text: "github", size: "20k", traits: [ "client-side","server-side","logicish","compile","parts","string","format" ]