Skip to content

Commit ab2e300

Browse files
committed
Updating NuGet publishing task to create package with correct project URL
1 parent 2a90dc8 commit ab2e300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake-tasks/crazy_fun/mappings/visualstudio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def handle(fun, dir, args)
486486
nuspec_task.owners = "Software Freedom Conservancy"
487487
nuspec_task.title = args[:title] unless args[:title].nil?
488488
nuspec_task.summary = args[:summary] unless args[:summary].nil?
489-
nuspec_task.projectUrl = "http://code.google.com/p/selenium/"
489+
nuspec_task.projectUrl = "https://github.com/SeleniumHQ/selenium"
490490
nuspec_task.licenseUrl = "http://www.apache.org/licenses/LICENSE-2.0"
491491
nuspec_task.iconUrl = "http://seleniumhq.org/images/big-logo.png"
492492
nuspec_task.requireLicenseAcceptance = "false"

0 commit comments

Comments
 (0)