Skip to content

Commit

Permalink
Merge pull request #217 from eloots/move-apps-to-new-organisation
Browse files Browse the repository at this point in the history
Move apps to new organisation
  • Loading branch information
tgodzik committed Oct 12, 2023
2 parents 706f518 + cf64936 commit 2bc76ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps-contrib/resources/cmta.json
Expand Up @@ -3,9 +3,9 @@
"central"
],
"launcherType": "graalvm-native-image",
"prebuilt": "https://github.com/lunatech-labs/course-management-tools/releases/download/${version}/cmta-${platform}",
"prebuilt": "https://github.com/scalacenter/course-management-tools/releases/download/${version}/cmta-${platform}",
"dependencies": [
"com.lunatech::cmta:latest.stable"
"ch.epfl.scala::cmta:latest.stable"
],
"mainClass": "com.lunatech.cmt.admin.Main"
"mainClass": "coursemgmt.admin.Main"
}
6 changes: 3 additions & 3 deletions apps-contrib/resources/cmtc.json
Expand Up @@ -3,9 +3,9 @@
"central"
],
"launcherType": "graalvm-native-image",
"prebuilt": "https://github.com/lunatech-labs/course-management-tools/releases/download/${version}/cmtc-${platform}",
"prebuilt": "https://github.com/scalacenter/course-management-tools/releases/download/${version}/cmtc-${platform}",
"dependencies": [
"com.lunatech::cmtc:latest.stable"
"ch.epfl.scala::cmtc:latest.stable"
],
"mainClass": "com.lunatech.cmt.client.Main"
"mainClass": "coursemgmt.client.Main"
}

0 comments on commit 2bc76ee

Please sign in to comment.