Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>2021-09-16 22:32:11 +0300
committerGitHub <noreply@github.com>2021-09-16 22:32:11 +0300
commit7c88b9ba691d65014934637acfec27f1a985cea9 (patch)
treeadff5fe513b8b3299da0b1585dd85ffa975cd628 /Directory.Build.props
parentbe8ec96d897e0817cb89578405c154b4f9252ac5 (diff)
Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 5d480a85c..d5d229fdb 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -19,7 +19,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <RepositoryUrl>https://github.com/mono/linker</RepositoryUrl>
+ <RepositoryUrl>https://github.com/dotnet/linker</RepositoryUrl>
<_ToolsProjectTargets>$(ArtifactsToolsetDir)Common\Tools.proj.nuget.g.targets</_ToolsProjectTargets>
<!-- Set this to true to build against the package instead of the submodule. -->
<UseCecilPackage Condition="'$(UseCecilPackage)' == ''">false</UseCecilPackage>