From d6d0159a369d5c46f2d6100a409655d9ec46b343 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 2 Jan 2024 11:08:59 -0500 Subject: [PATCH] swagger-codegen: update homepage ``` $ curl -I https://swagger.io/swagger-codegen/ HTTP/2 301 date: Tue, 02 Jan 2024 16:07:29 GMT content-type: text/html; charset=utf-8 cache-control: no-cache pragma: no-cache expires: -1 location: /tools/swagger-codegen/ x-frame-options: SAMEORIGIN set-cookie: CMSPreferredCulture=en-US; expires=Thu, 02-Jan-2025 16:07:29 GMT; path=/; secure; HttpOnly x-powered-by: ASP.NET x-xss-protection: 1; mode=block strict-transport-security: max-age=31536000; includeSubDomains; preload cf-cache-status: DYNAMIC server: cloudflare cf-ray: 83f4415b1816185d-EWR alt-svc: h3=":443"; ma=86400 ``` Signed-off-by: Rui Chen --- Formula/s/swagger-codegen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/swagger-codegen.rb b/Formula/s/swagger-codegen.rb index d8532ceb0513a..860f0a436cca7 100644 --- a/Formula/s/swagger-codegen.rb +++ b/Formula/s/swagger-codegen.rb @@ -1,6 +1,6 @@ class SwaggerCodegen < Formula desc "Generate clients, server stubs, and docs from an OpenAPI spec" - homepage "https://swagger.io/swagger-codegen/" + homepage "https://swagger.io/tools/swagger-codegen/" url "https://github.com/swagger-api/swagger-codegen/archive/refs/tags/v3.0.51.tar.gz" sha256 "6c41229d8a864dc71f4941670ecf26e95c7f8fb5dc2f9d03a29ff3a1ae10852a" license "Apache-2.0"