Skip to content

Commit

Permalink
Update repo links after move
Browse files Browse the repository at this point in the history
  • Loading branch information
espertus committed Mar 9, 2024
1 parent 370ddeb commit 26a539b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publishing {
pom {
name = 'Jacquard'
description = 'Java autograder with Gradescope integration'
url = 'https://github.com/espertus/jacquard'
url = 'https://github.com/jacquard-autograder/jacquard'
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand All @@ -39,9 +39,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git://github.com/espertus/jacquard.git'
developerConnection = 'scm:git:ssh://github.com:espertus/jacquard.git'
url = 'http://github.com/espertus/jacquard'
connection = 'scm:git:git://github.com/jacquard-autograder/jacquard.git'
developerConnection = 'scm:git:ssh://github.com:jacquard-autograder/jacquard.git'
url = 'http://github.com/jacquard-autograder/jacquard'
}
}
}
Expand Down

0 comments on commit 26a539b

Please sign in to comment.