nsq: Add blakesmith as maintainer (#395926)

This commit is contained in:
Wolfgang Walther 2025-04-06 21:00:14 +00:00 committed by GitHub
commit f3f178e86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
};
}