Unverified Commit 8b4a849d authored by Christoph Heiss's avatar Christoph Heiss
Browse files

yarr: add myself as maintainer



I'm using the package actively and care about it, maintaining it
properly.

Signed-off-by: default avatarChristoph Heiss <christoph@c8h4.io>
parent 200377f5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ buildGoModule rec {
    homepage = "https://github.com/nkanaev/yarr";
    changelog = "https://github.com/nkanaev/yarr/blob/v${version}/doc/changelog.txt";
    license = licenses.mit;
    maintainers = with maintainers; [ sikmir ];
    maintainers = with maintainers; [
      sikmir
      christoph-heiss
    ];
  };
}