Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
try https for the repository protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Zuercher committed Nov 21, 2011
1 parent 4f3fd36 commit 9b5dd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/KestrelProject.scala
Expand Up @@ -40,7 +40,7 @@ class KestrelProject(info: ProjectInfo) extends StandardServiceProject(info) wit

override def releaseBuild = !(projectVersion.toString contains "SNAPSHOT")

override def subversionRepository = Some("http://svn.twitter.biz/maven-public")
override def subversionRepository = Some("https://svn.twitter.biz/maven-public")

override def githubRemote = "github"

Expand Down

0 comments on commit 9b5dd35

Please sign in to comment.