gitlab-triage: init at 1.13.0

This commit is contained in:
Sandro Jäckel
2020-10-23 09:37:39 +02:00
parent 357a62df6c
commit 863ae4a768
5 changed files with 172 additions and 0 deletions
@@ -0,0 +1,14 @@
{ lib, bundlerApp }:
bundlerApp {
pname = "gitlab-triage";
gemdir = ./.;
exes = [ "gitlab-triage" ];
meta = with lib; {
description = "GitLab's issues and merge requests triage, automated!";
homepage = "https://gitlab.com/gitlab-org/gitlab-triage";
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
};
}