summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/view/layout.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/view/layout.js b/js/view/layout.js
index 26e912d..0acfe26 100644
--- a/js/view/layout.js
+++ b/js/view/layout.js
@@ -19,7 +19,11 @@ var guix = guix || {};
guix.withLayout = (function() {
var footer = m("footer", m("small.text-center", [
- m("p", "Copyright © 2014, 2015 guix-web contributors"),
+ m("p", [
+ "Made with ",
+ m("strong", "λ"),
+ " by the GNU Guix hackers — Copyright © 2014, 2015"
+ ]),
m("ul.list-inline", [
m("li", [
"Guix-web is licensed under the ",