This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch sourcelink-experiment
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/sourcelink-experiment by this
push:
new 88cc76f build/NuGet.props: Removed RepositoryUrl element
88cc76f is described below
commit 88cc76f1ccaa5375bf0724a30596054c4e4551bd
Author: Shad Storhaug <[email protected]>
AuthorDate: Sun Dec 26 18:27:05 2021 +0700
build/NuGet.props: Removed RepositoryUrl element
---
build/NuGet.props | 1 -
1 file changed, 1 deletion(-)
diff --git a/build/NuGet.props b/build/NuGet.props
index 58bf057..43cc383 100644
--- a/build/NuGet.props
+++ b/build/NuGet.props
@@ -23,7 +23,6 @@
<IsPackable>true</IsPackable>
<PackageTags>lucene.net;core;text;search;information;retrieval;lucene;apache;analysis;index;query</PackageTags>
<Authors>The Apache Software Foundation</Authors>
- <RepositoryUrl>https://github.com/apache/lucenenet</RepositoryUrl>
<PackageProjectUrl>http://lucenenet.apache.org</PackageProjectUrl>
<PackageIcon>lucene-net-icon-128x128.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>