Renamed project from references

This commit is contained in:
Abdelilah El Aissaoui 2022-04-04 18:43:27 +02:00
parent f1868844a2
commit f8c7bd5515

View File

@ -3,7 +3,7 @@ package app
object AppConstants { object AppConstants {
val openSourceProjects = listOf( val openSourceProjects = listOf(
Project("Apache SSHD", "https://mina.apache.org/sshd-project/", apache__2_0), 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("Jetbrains Compose", "https://www.jetbrains.com/lp/compose-mpp/", apache__2_0),
Project("JGit", "https://www.eclipse.org/jgit/", edl), Project("JGit", "https://www.eclipse.org/jgit/", edl),
Project("JUnit 5", "https://junit.org/junit5/", edl), Project("JUnit 5", "https://junit.org/junit5/", edl),