We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05d615 commit f38f039Copy full SHA for f38f039
1 file changed
build.fsx
@@ -39,7 +39,7 @@ let summary = "Asynchronous sequences for F#"
39
let description = "Asynchronous sequences for F#"
40
41
// List of author names (for NuGet package)
42
-let authors = [ "Tomasz Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
+let authors = [ "Tomas Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
43
44
// Tags for your project (for NuGet package)
45
let tags = "F#, async, fsharpx"
0 commit comments