Unverified Commit e2e36d8a authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #278194 from dixslyf/maintainers-dixslyf-handle

maintainers: update handle for dixslyf
parents 12de5758 6f5773d2
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -4688,6 +4688,15 @@
      fingerprint = "8FD2 153F 4889 541A 54F1  E09E 71B6 C31C 8A5A 9D21";
    }];
  };
  dixslyf = {
    name = "Dixon Sean Low Yan Feng";
    email = "dixonseanlow@protonmail.com";
    github = "dixslyf";
    githubId = 56017218;
    keys = [{
      fingerprint = "E6F4 BFB4 8DE3 893F 68FC  A15F FF5F 4B30 A41B BAC8";
    }];
  };
  djacu = {
    email = "daniel.n.baker@gmail.com";
    github = "djacu";
@@ -14620,15 +14629,6 @@
      fingerprint = "B00F E582 FD3F 0732 EA48  3937 F558 14E4 D687 4375";
    }];
  };
  PlayerNameHere = {
    name = "Dixon Sean Low Yan Feng";
    email = "dixonseanlow@protonmail.com";
    github = "dixslyf";
    githubId = 56017218;
    keys = [{
      fingerprint = "E6F4 BFB4 8DE3 893F 68FC  A15F FF5F 4B30 A41B BAC8";
    }];
  };
  plchldr = {
    email = "mail@oddco.de";
    github = "plchldr";
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ stdenvNoCC.mkDerivation rec {
    homepage = "https://materialdesignicons.com";
    license = licenses.asl20;
    platforms = platforms.all;
    maintainers = with maintainers; [ vlaci PlayerNameHere ];
    maintainers = with maintainers; [ vlaci dixslyf ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -61,6 +61,6 @@ stdenvNoCC.mkDerivation rec {
    homepage = "https://github.com/catppuccin/cursors";
    license = licenses.gpl2;
    platforms = platforms.linux;
    maintainers = with maintainers; [ PlayerNameHere ];
    maintainers = with maintainers; [ dixslyf ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -82,6 +82,6 @@ stdenvNoCC.mkDerivation rec {
    homepage = "https://github.com/catppuccin/gtk";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ fufexan PlayerNameHere ];
    maintainers = with maintainers; [ fufexan dixslyf ];
  };
}