1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-qA07i31fGLLIfWoCBW1f5nvf4AWEIkSXZh22F6rRnpM=";
16 ldflags = [ "-s" "-w" ];
19 description = "Minimal IRC server bridge to Mattermost";
20 mainProgram = "matterircd";
21 homepage = "https://github.com/42wim/matterircd";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];