Explorar el Código

Fix repository URL in C# project file

Jon Skeet hace 8 años
padre
commit
71f2f0d76c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

+ 1 - 1
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>