maintainers: add tie

This commit is contained in:
Ivan Trubach 2023-04-09 09:29:13 +03:00
parent c5cf2117f8
commit 0cb08723b6
2 changed files with 7 additions and 1 deletions

View file

@ -15271,6 +15271,12 @@
githubId = 1618946;
name = "Tiago Castro";
};
tie = {
name = "Ivan Trubach";
email = "mr.trubach@icloud.com";
github = "tie";
githubId = 14792994;
};
tilcreator = {
name = "TilCreator";
email = "contact.nixos@tc-j.de";

View file

@ -94,6 +94,6 @@ buildGoModule rec {
description = "A free, open source game management panel";
homepage = "https://www.pufferpanel.com/";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ ckie ];
maintainers = with maintainers; [ ckie tie ];
};
}