Skip to content

Commit a0edd1f

Browse files
restore original authroship of lwt_ppx
this has been overwritten when switching to dune-project
1 parent ca1646c commit a0edd1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(package
2727
(name lwt_ppx)
2828
(version 5.9.2)
29+
(authors "Gabriel Radanne")
2930
(synopsis "PPX syntax for Lwt, providing something similar to async/await from JavaScript")
3031
(depends
3132
(ocaml (>= 4.08))

lwt_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ synopsis:
66
maintainer: [
77
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
88
]
9-
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
9+
authors: ["Gabriel Radanne"]
1010
license: "MIT"
1111
homepage: "https://github.com/ocsigen/lwt"
1212
doc: "https://ocsigen.org/lwt"

0 commit comments

Comments
 (0)