Unverified Commit 11255ef0 authored by Pyrox's avatar Pyrox
Browse files

maintainers: thehedgeh0g -> pyrox0

Also updates my information and contact info.

I no longer use The Hedgehog as my github username or online presence
username, so this fixes that. It also matches my github username, so it
should be easier for others to mention me if needed.
parent 71b4a603
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -16407,6 +16407,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";
@@ -20018,16 +20028,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