Skip to content

Commit f38f039

Browse files
committed
Removed "z" from my name :-)
1 parent c05d615 commit f38f039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let summary = "Asynchronous sequences for F#"
3939
let description = "Asynchronous sequences for F#"
4040

4141
// List of author names (for NuGet package)
42-
let authors = [ "Tomasz Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
42+
let authors = [ "Tomas Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
4343

4444
// Tags for your project (for NuGet package)
4545
let tags = "F#, async, fsharpx"

0 commit comments

Comments
 (0)