You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/05/09 09:12:57 UTC

[groovy] branch master updated: Remove the redundant tailing slash in the home page url

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new feb01c2  Remove the redundant tailing slash in the home page url
feb01c2 is described below

commit feb01c2fc105d06262e9e82f8998efe4d960c76f
Author: Daniel.Sun <su...@apache.org>
AuthorDate: Sun May 9 04:12:46 2021 -0500

    Remove the redundant tailing slash in the home page url
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6aa6369..807cf68 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,7 +1,7 @@
 # see https://s.apache.org/asfyaml
 github:
   description: "Apache Groovy: A powerful multi-faceted programming language for the JVM platform"
-  homepage: https://groovy-lang.org/
+  homepage: https://groovy-lang.org
   labels:
     - groovy
     - jvm-languages