Unverified Commit cae565a5 authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #306349 from pyrox0/pyrox-maintainer

maintainers: thehedgeh0g -> pyrox0
parents 3284649d 11255ef0
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -16412,6 +16412,16 @@
    githubId = 4579165;
    name = "Danny Bautista";
  };
  pyrox0 = {
    name = "Pyrox";
    email = "pyrox@pyrox.dev";
    matrix = "@pyrox:pyrox.dev";
    github = "pyrox0";
    githubId = 35778371;
    keys = [{
      fingerprint = "4CA9 72FB ADC8 1416 0F10  3138 FE1D 8A7D 620C 611F";
    }];
  };
  pyxels = {
    email = "pyxels.dev@gmail.com";
    github = "Pyxels";
@@ -20023,16 +20033,6 @@
    github = "thefossguy";
    githubId = 44400303;
  };
  thehedgeh0g = {
    name = "The Hedgehog";
    email = "hedgehog@mrhedgehog.xyz";
    matrix = "@mrhedgehog:jupiterbroadcasting.com";
    github = "pyrox0";
    githubId = 35778371;
    keys = [{
      fingerprint = "38A0 29B0 4A7E 4C13 A4BB  86C8 7D51 0786 6B1C 6752";
    }];
  };
  thekostins = {
    name = "Konstantin";
    email = "anisimovkosta19@gmail.com";
+1 −1
Original line number Diff line number Diff line
@@ -722,5 +722,5 @@ in
      timerConfig.OnCalendar = cfg.dump.interval;
    };
  };
  meta.maintainers = with lib.maintainers; [ srhb ma27 thehedgeh0g ];
  meta.maintainers = with lib.maintainers; [ srhb ma27 pyrox0 ];
}
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/Biont/sway-launcher-desktop/releases/tag/v${version}";
    license = licenses.gpl3;
    platforms = platforms.linux;
    maintainers = [ maintainers.thehedgeh0g ];
    maintainers = [ maintainers.pyrox0 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "espanso";
    homepage = "https://espanso.org";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ kimat thehedgeh0g ];
    maintainers = with maintainers; [ kimat pyrox0 ];
    platforms = platforms.unix;

    longDescription = ''
+1 −1
Original line number Diff line number Diff line
@@ -41,6 +41,6 @@ buildGoModule rec {
    license = licenses.mit;
    platforms = platforms.linux;
    mainProgram = "bluetuith";
    maintainers = with maintainers; [ thehedgeh0g katexochen ];
    maintainers = with maintainers; [ pyrox0 katexochen ];
  };
}
Loading