From f8c7bd55155f4c99a5ef7f1886c38118db31e863 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 4 Apr 2022 18:43:27 +0200 Subject: [PATCH] Renamed project from references --- src/main/kotlin/app/AppConstants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/AppConstants.kt b/src/main/kotlin/app/AppConstants.kt index e646247..b1223b0 100644 --- a/src/main/kotlin/app/AppConstants.kt +++ b/src/main/kotlin/app/AppConstants.kt @@ -3,7 +3,7 @@ package app object AppConstants { val openSourceProjects = listOf( Project("Apache SSHD", "https://mina.apache.org/sshd-project/", apache__2_0), - Project("Google/Dagger", "https://dagger.dev/", apache__2_0), + Project("Google Dagger", "https://dagger.dev/", apache__2_0), Project("Jetbrains Compose", "https://www.jetbrains.com/lp/compose-mpp/", apache__2_0), Project("JGit", "https://www.eclipse.org/jgit/", edl), Project("JUnit 5", "https://junit.org/junit5/", edl),