소스 검색

htmx: missing "license"

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

+ 1 - 1
lib/docs/scrapers/htmx.rb

@@ -25,7 +25,7 @@ module Docs
 
 	# https://github.com/bigskysoftware/htmx/blob/master/LICENSE
     options[:attribution] = <<-HTML
-	  Licensed under the Zero-Clause BSD
+	  Licensed under the Zero-Clause BSD License.
     HTML
 
     def get_latest_version(opts)