Skip to content

Commit

Permalink
Fix Nuget package URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed May 4, 2015
1 parent 226483d commit 0c425c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fake.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ module Nu =
Title = name,
Version = SemanticVersion version,
Description = desc,
LicenseUrl = Uri("http://www.apache.org/licenses/LICENSE-2.0"),
LicenseUrl = Uri "https://raw.githubusercontent.com/mausch/SolrNet/master/license.txt",
Language = "en-US",
ProjectUrl = Uri("http://code.google.com/p/solrnet")
ProjectUrl = Uri "https://github.com/mausch/SolrNet"
)
builder.Authors.Add "Mauricio Scheffer and contributors" |> ignore
builder.Owners.Add "Mauricio Scheffer" |> ignore
Expand Down

0 comments on commit 0c425c0

Please sign in to comment.