aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2017-07-11 14:48:20 +0100
committerGravatar Jon Skeet <skeet@pobox.com>2017-07-13 14:03:56 +0100
commit71f2f0d76ced8a47d72b31df0407ace65f000ac8 (patch)
tree9d0ed663067e21aed665bccaa498cf2f538adf84
parent727c0dc1fae6c7b72f59fb29f47a52f133618461 (diff)
Fix repository URL in C# project file
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index 4eebd99e..46418e39 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -16,7 +16,7 @@
<PackageProjectUrl>https://github.com/google/protobuf</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
- <RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
+ <RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
</PropertyGroup>