Skip to content

Commit dc9e810

Browse files
authored
Merge pull request #143 from TheBlueMatt/main
[C#] Set license URL to the deprecated marker, fix file path
2 parents afb5ef3 + 97191de commit dc9e810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c_sharp/packaging_artifacts/org.ldk.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>org.ldk</id>
55
<version>Set in genbindings.sh automagically</version>
66
<authors>LDK</authors>
7-
<license type="file">LICENSE</license>
8-
<licenseUrl>https://github.com/lightningdevkit/rust-lightning/blob/main/LICENSE.md</licenseUrl>
7+
<license type="file">LICENSE.md</license>
8+
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
99
<readme>README.md</readme>
1010
<projectUrl>https://lightningdevkit.org/</projectUrl>
1111
<description>LDK C# Bindings</description>

0 commit comments

Comments
 (0)