tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hebbot: set meta.mainProgram
authored by
a-kenji
and committed by
Yaya
2 years ago
def8bfe0
55af7f3e
+1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
matrix-hebbot
default.nix
+1
pkgs/servers/matrix-hebbot/default.nix
···
39
homepage = "https://github.com/haecker-felix/hebbot";
40
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";
41
license = with licenses; [ agpl3 ];
0
42
maintainers = with maintainers; [ a-kenji ];
43
};
44
}
···
39
homepage = "https://github.com/haecker-felix/hebbot";
40
changelog = "https://github.com/haecker-felix/hebbot/releases/tag/v${version}";
41
license = with licenses; [ agpl3 ];
42
+
mainProgram = "hebbot";
43
maintainers = with maintainers; [ a-kenji ];
44
};
45
}