diff --git a/github.go b/github.go index 9b87e0c..e7a44ee 100644 --- a/github.go +++ b/github.go @@ -129,7 +129,7 @@ func makeReposString(repos []*github.Repository) string { (*repo.UpdatedAt).String()[:10], (*repo.CreatedAt).String()[:10], strconv.Itoa(*repo.ForksCount), - *repo.Description, + strings.Replace(*repo.Description, "\n", "
", -1), }, ) } diff --git a/projects.json b/projects.json index 114f9a3..b63d89b 100644 --- a/projects.json +++ b/projects.json @@ -6,7 +6,7 @@ "clusternet/clusternet": "multi cluster management", "kubernetes-sigs/cluster-api": "Cluster API is a Kubernetes sub-project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters.", "kubernetes-sigs/kubefed": "multi cluster federation", - "submariner-io/submariner": "multi cluster cni", + "submariner-io/submariner": "Connect all your Kubernetes clusters, no matter where they are in the world.", "kubernetes-sigs/mcs-api": "Multi-Cluster Service APIs.", "ferry-proxy/ferry": "proxy & tunnel for multi cluster communicaiton", "kubesphere/tower": "proxy for multi cluster communication", @@ -16,7 +16,6 @@ "GoogleCloudPlatform/k8s-multicluster-ingress": "kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters", "tkestack/tke": "Native Kubernetes container management platform supporting multi-tenant and multi-cluster", "fluxcd/flux2-multi-tenancy": "Manage multi-tenant clusters with Flux", - "submariner-io/submariner": "Connect all your Kubernetes clusters, no matter where they are in the world.", "Clivern/Beetle": "🔥 Kubernetes multi-cluster deployment automation service.", "kubernetes-sigs/about-api": "A CRD for arbitrary properties about a cluster", "kubernetes-sigs/work-api": "Kubernetes Work API: a common API to distribute workload to multiple clusters",