imcf / noisee

:microscope: NoiSee: An easy-to-use ImageJ macro for measuring SNR (signal-to-noise ratio) of light microscopes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POM: "fix" empty contributors

stelfrich opened this issue · comments

Some nitpicking because I looked at the POM: according to https://github.com/scijava/pom-scijava-base/blob/master/README.md#how-to-override-a-field-with-an-empty-value, pom.xml#L58-L62 should read:

<contributors>
  <contributor>
    <name>None</name>
  </contributor>
</contributors>