Merge pull request #143 from TheBlueMatt/main
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Sat, 11 Nov 2023 03:41:31 +0000 (03:41 +0000)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 03:41:31 +0000 (03:41 +0000)
[C#] Set license URL to the deprecated marker, fix file path

c_sharp/packaging_artifacts/org.ldk.nuspec

index 35937cb04e23a64e789e256c6ab6aecbe628a228..74129edd346447e8aacd80dec7bd608838da8640 100644 (file)
@@ -4,8 +4,8 @@
     <id>org.ldk</id>
     <version>Set in genbindings.sh automagically</version>
     <authors>LDK</authors>
-    <license type="file">LICENSE</license>
-    <licenseUrl>https://github.com/lightningdevkit/rust-lightning/blob/main/LICENSE.md</licenseUrl>
+    <license type="file">LICENSE.md</license>
+    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
     <readme>README.md</readme>
     <projectUrl>https://lightningdevkit.org/</projectUrl>
     <description>LDK C# Bindings</description>