Unverified Commit 2e4c842b authored by ckie's avatar ckie Committed by GitHub
Browse files

Merge pull request #225379 from tie/mainainers-add-tie-pufferpanel

maintainers: add tie
parents 8c7ae65c 0cb08723
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 ];
  };
}