From 9fd6443487359c6a5759ac15417a19f7fcffaeaf Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Jan 2019 22:01:12 +0100 Subject: Add translators to AUTHORS.md (#9865) --- lib/tasks/repo.rake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/tasks/repo.rake') diff --git a/lib/tasks/repo.rake b/lib/tasks/repo.rake index 263cca84c..8ceec3085 100644 --- a/lib/tasks/repo.rake +++ b/lib/tasks/repo.rake @@ -5,6 +5,9 @@ namespace :repo do task :authors do file = File.open(Rails.root.join('AUTHORS.md'), 'w') file << <<~HEADER + Authors + ======= + Mastodon is available on [GitHub](https://github.com/tootsuite/mastodon) and provided thanks to the work of the following contributors: -- cgit