Skip to content

Commit 4210e65

Browse files
authored
Merge pull request #169 from fsprojects/dsyme/fix-nuget-license-link
Fix Nuget package license link
2 parents 24c0e83 + d3ff68f commit 4210e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.AsyncSeq/FSharp.Control.AsyncSeq.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Summary>Asynchronous sequences for F#</Summary>
66
<Description>Asynchronous sequences for F#</Description>
77
<Copyright>Copyright 2017</Copyright>
8-
<PackageLicenseUrl>https://fsprojects.github.io/FSharp.Control.AsyncSeq/license.html</PackageLicenseUrl>
8+
<PackageLicenseUrl>https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/LICENSE.md</PackageLicenseUrl>
99
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Control.AsyncSeq/</PackageProjectUrl>
1010
<PackageIconUrl>https://fsprojects.github.io/FSharp.Control.AsyncSeq/img/logo.png</PackageIconUrl>
1111
<PackageTags>F#;async;fsharp;streaming</PackageTags>

0 commit comments

Comments
 (0)