Skip to content

Commit 69dde35

Browse files
committed
Changed repository url to use https
1 parent 36359f7 commit 69dde35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ObjDiff/ObjDiff.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageLicenseFile>LICENSE</PackageLicenseFile>
88
<Company>igece.labs</Company>
99
<PackageProjectUrl>http://github.com/igece/ObjDiff</PackageProjectUrl>
10-
<RepositoryUrl>http://github.com/igece/ObjDiff</RepositoryUrl>
10+
<RepositoryUrl>https://github.com/igece/ObjDiff</RepositoryUrl>
1111
<PackageTags>diff patch object differences</PackageTags>
1212
<Authors>Israel Gómez de Celis González</Authors>
1313
<Description>A C# .NET Standard library that allows to obtain the differences between two objects and, optionally, patch the first object with these differences so it becomes equal to the second one.</Description>

0 commit comments

Comments
 (0)