Commit 24e5a9ee authored by Blake Smith's avatar Blake Smith
Browse files

nsq: Add blakesmith as maintainer

parent cf46266a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@ buildGoModule rec {
    description = "Realtime distributed messaging platform";
    changelog = "https://github.com/nsqio/nsq/raw/v${version}/ChangeLog.md";
    license = licenses.mit;
    maintainers = with maintainers; [ blakesmith ];
  };
}