From 06bcaa05e423331225fa95114d69f38612fa59b9 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 9 Oct 2022 09:24:44 +0200 Subject: [PATCH] fastapi: fix attribution --- lib/docs/scrapers/fastapi.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/fastapi.rb b/lib/docs/scrapers/fastapi.rb index 241e47b0..01f1ab90 100644 --- a/lib/docs/scrapers/fastapi.rb +++ b/lib/docs/scrapers/fastapi.rb @@ -19,7 +19,8 @@ module Docs html_filters.push 'fastapi/container', 'fastapi/clean_html', 'fastapi/entries' options[:attribution] = <<-HTML - © This project is licensed under the terms of the MIT license. + © 2018 Sebastián Ramírez
+ Licensed under the MIT License. HTML def get_latest_version(opts)