Unverified Commit 2e6f845b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xivlauncher: add blooym as maintainer (#508683)

parents 5af54a5b 2e0aa410
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3635,6 +3635,11 @@
    githubId = 114744388;
    name = "bloominstrong";
  };
  blooym = {
    name = "Lyna";
    github = "Blooym";
    githubId = 19539165;
  };
  bloveless = {
    email = "brennon.loveless@gmail.com";
    github = "bloveless";
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ buildDotnetModule rec {
    homepage = "https://github.com/goatcorp/XIVLauncher.Core";
    license = lib.licenses.gpl3;
    maintainers = with lib.maintainers; [
      blooym
      keysmashes
      witchof0x20
    ];