[devdocsgjs/main: 538/1867] Fix attribution




commit d27c1c47a256099814310bed5672796928dc5d67
Author: Harm Aarts <harmaarts gmail com>
Date:   Fri Dec 14 10:14:10 2018 +0100

    Fix attribution

 lib/docs/scrapers/pony.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/pony.rb b/lib/docs/scrapers/pony.rb
index 091c22fe..702bc1ef 100644
--- a/lib/docs/scrapers/pony.rb
+++ b/lib/docs/scrapers/pony.rb
@@ -5,7 +5,10 @@ module Docs
     self.base_url = 'https://stdlib.ponylang.io/'
 
     html_filters.push 'pony/container', 'pony/entries'
-    options[:attribution] = "Me"
+
+    options[:attribution] = <<-HTML
+      &copy; 2018 Pony Developers
+    HTML
 
     options[:trailing_slash] = false
     options[:skip_patterns] = [/src/]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]