Unverified Commit f3f178e8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nsq: Add blakesmith as maintainer (#395926)

parents c2878a0d 24e5a9ee
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 ];
  };
}