瀏覽代碼

tailwindcss: fix attribution

Simon Legner 3 年之前
父節點
當前提交
c541f0a6ee
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 1 2
      lib/docs/scrapers/tailwindcss.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -844,7 +844,7 @@ credits = [
     'https://symfony.com/doc/current/contributing/code/license.html'
   ], [
     'TailwindCSS',
-    'Adam Wathan, Jonathan Reinink',
+    '2022 Tailwind Labs, Inc.',
     'MIT',
     'https://raw.githubusercontent.com/tailwindlabs/tailwindcss/master/LICENSE'
   ], [

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

@@ -49,8 +49,7 @@ module Docs
 
     #Obtainable from https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE
     options[:attribution] = <<-HTML
-      &copy; Adam Wathan, Jonathan Reinink
-      Licensed under the MIT License.
+      &copy; 2022 Tailwind Labs Inc.
     HTML
 
     def get_latest_version(opts)