Skip to content

Commit c99f828

Browse files
authored
fix: correct pom url (#111)
I recently noticed that the last pr Steward sent in for requests didn't have a link back to the release notes. I think this is because the url here is incorrect and pointing to the old location.
1 parent 0af1acf commit c99f828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule wit
1919
def pomSettings = PomSettings(
2020
description = "Scala port of the popular Python Requests HTTP client",
2121
organization = "com.lihaoyi",
22-
url = "https://github.com/lihaoyi/requests",
22+
url = "https://github.com/com-lihaoyi/requests-scala",
2323
licenses = Seq(License.MIT),
24-
versionControl = VersionControl.github("lihaoyi", "requests-scala"),
24+
versionControl = VersionControl.github("com-lihaoyi", "requests-scala"),
2525
developers = Seq(
2626
Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi")
2727
)

0 commit comments

Comments
 (0)