Commit 0cb08723 authored by Ivan Trubach's avatar Ivan Trubach
Browse files

maintainers: add tie

parent c5cf2117
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}