diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:52:17 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:52:17 +0200 |
| commit | f132429220afd138e03eb7ad663bed6c6d104a78 (patch) | |
| tree | bbf5b3ee3400de0c88a74a4a5d6ccd81cab7449f /src | |
| parent | 600a406e3df175dc54fa449f1d73f673ffc4cc34 (diff) | |
| parent | 7e0373f87ef4412708560489e06f734a36923a1b (diff) | |
| download | dotnet-vipps-ecommerce-f132429220afd138e03eb7ad663bed6c6d104a78.tar.xz dotnet-vipps-ecommerce-f132429220afd138e03eb7ad663bed6c6d104a78.zip | |
Merge branch 'migrate-to-srht'
Diffstat (limited to 'src')
| -rw-r--r-- | src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj b/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj index 9bc526b..0643154 100644 --- a/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj +++ b/src/IOL.VippsEcommerce/IOL.VippsEcommerce.csproj @@ -5,9 +5,9 @@ <Authors>Ivar Løvlie</Authors> <Description>Dotnet classlib for communicating with the vipps e-commerce api.</Description> <Summary>Dotnet classlib for communicating with the vipps e-commerce api.</Summary> - <PackageProjectUrl>https://github.com/ivarlovlie/IOL.VippsEcommerce</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/LICENSE</PackageLicenseUrl> - <RepositoryUrl>https://github.com/ivarlovlie/IOL.VippsEcommerce</RepositoryUrl> + <PackageProjectUrl>https://git.sr.ht/~ivar/IOL.VippsEcommerce</PackageProjectUrl> + <PackageLicenseUrl>https://git.sr.ht/~ivar/IOL.VippsEcommerce/tree/master/item/LICENSE</PackageLicenseUrl> + <RepositoryUrl>https://git.sr.ht/~ivar/IOL.VippsEcommerce</RepositoryUrl> <RepositoryType>git</RepositoryType> <PackageTags>dotnet;vipps-api</PackageTags> <TargetFramework>net5.0</TargetFramework> |
