Unverified Commit 959931a0 authored by Winter's avatar Winter Committed by GitHub
Browse files

maintainers: caralice -> magistau (#397245)

parents 317b6687 34a88239
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -3947,16 +3947,6 @@
    github = "CaptainJawZ";
    githubId = 43111068;
  };
  caralice = {
    name = "Alice Carroll";
    email = "nix@alice-carroll.pet";
    github = "thecaralice";
    githubId = 43097806;
    keys = [
      { fingerprint = "C7EA B182 2AB1 246C 0FB8  DD72 0514 0B67 902C D3AF"; }
      { fingerprint = "DA77 EDDB 4AF5 244C 665E  9176 A05E A86A 5834 1AA8"; }
    ];
  };
  CardboardTurkey = {
    name = "Kiran Ostrolenk";
    email = "kiran@ostrolenk.co.uk";
@@ -14520,6 +14510,16 @@
    githubId = 1809783;
    name = "Marco Maggesi";
  };
  magistau = {
    name = "Mg. Tau";
    email = "nix@alice-carroll.pet";
    github = "magistau";
    githubId = 43097806;
    keys = [
      { fingerprint = "C7EA B182 2AB1 246C 0FB8  DD72 0514 0B67 902C D3AF"; }
      { fingerprint = "DA77 EDDB 4AF5 244C 665E  9176 A05E A86A 5834 1AA8"; }
    ];
  };
  magneticflux- = {
    email = "skaggsm333@gmail.com";
    github = "magneticflux-";
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
    description = "WiFi security auditing tools suite";
    homepage = "https://www.aircrack-ng.org/";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ caralice ];
    maintainers = with lib.maintainers; [ magistau ];
    platforms =
      with lib.platforms;
      builtins.concatLists [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [
      heyimnova
      caralice
      magistau
    ];
    platforms = lib.platforms.linux ++ lib.platforms.darwin;
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "A code surgeon for precise text and code transplantation";
    license = licenses.mit;
    maintainers = with maintainers; [ caralice ];
    maintainers = with maintainers; [ magistau ];
    mainProgram = "srgn";
    homepage = "https://github.com/${src.owner}/${src.repo}/";
    downloadPage = "https://github.com/${src.owner}/${src.repo}/releases/tag/${src.rev}";