From d8a97984ad5e5bf139903a71950d84b634d05c01 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 24 May 2015 16:24:31 -0400 Subject: [PATCH] Add missing Rust credits info --- assets/javascripts/templates/pages/about_tmpl.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 633d5855..456812bb 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -325,6 +325,11 @@ credits = [ '2004-2015 David Heinemeier Hansson
Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.', 'MIT', 'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE' + ], [ + 'Rust', + '2011-2015 The Rust Project Developers', + 'MIT', + 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT' ], [ 'Sass', '2006-2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',