Skip to content

Commit

Permalink
opam: Fix author name with unicode characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Nov 18, 2021
1 parent 1f659e7 commit f26942b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kicadsch.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
authors: "Jean-Noel Avila <jn.avila@free.fr>"
maintainer: "Jean-Noël Avila <jn.avila@free.fr>"
authors: "Jean-Noël Avila <jn.avila@free.fr>"
homepage: "https://jnavila.github.io/plotkicadsch/"
doc: "https://jnavila.github.io/plotkicadsch/index"
synopsis: "Library to read and convert Kicad Sch files"
Expand Down
4 changes: 2 additions & 2 deletions plotkicadsch.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
maintainer: "Jean-Noel Avila <jn.avila@free.fr>"
authors: "Jean-Noel Avila <jn.avila@free.fr>"
maintainer: "Jean-Noël Avila <jn.avila@free.fr>"
authors: "Jean-Noël Avila <jn.avila@free.fr>"
homepage: "https://jnavila.github.io/plotkicadsch/"
bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
doc: "https://jnavila.github.io/plotkicadsch/index"
Expand Down

0 comments on commit f26942b

Please sign in to comment.