소스 검색

fastapi: fix attribution

Simon Legner 3 년 전
부모
커밋
06bcaa05e4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lib/docs/scrapers/fastapi.rb

+ 2 - 1
lib/docs/scrapers/fastapi.rb

@@ -19,7 +19,8 @@ module Docs
     html_filters.push 'fastapi/container', 'fastapi/clean_html', 'fastapi/entries'
 
     options[:attribution] = <<-HTML
-      &copy; This project is licensed under the terms of the MIT license.
+      &copy; 2018 Sebastián Ramírez<br>
+      Licensed under the MIT License.
     HTML
 
     def get_latest_version(opts)