Unverified Commit f76e7557 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

maintainers: remove yuuyins (#442662)

parents bebd83aa fae62a35
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -28644,14 +28644,6 @@
    githubId = 37774475;
    name = "Yusuf Duran";
  };
  yuu = {
    email = "yuunix@grrlz.net";
    matrix = "@yuu:matrix.org";
    github = "yuuyins";
    githubId = 86538850;
    name = "Yuu Yin";
    keys = [ { fingerprint = "9F19 3AE8 AA25 647F FC31  46B5 416F 303B 43C2 0AC3"; } ];
  };
  yvan-sraka = {
    email = "yvan@sraka.xyz";
    github = "yvan-sraka";
+1 −1
Original line number Diff line number Diff line
@@ -127,6 +127,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/chcandido/brModelo";
    license = licenses.gpl3;
    mainProgram = "brmodelo";
    maintainers = with maintainers; [ yuu ];
    maintainers = with maintainers; [ ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ stdenvNoCC.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryBytecode ];
    maintainers = with maintainers; [
      grnnja
      yuu
    ];
    platforms = jre8.meta.platforms;
  };
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://michael-f-bryan.github.io/mdbook-epub";
    license = lib.licenses.mpl20;
    maintainers = with lib.maintainers; [
      yuu
      matthiasbeyer
    ];
  };
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2;
    maintainers = with maintainers; [
      qknight
      yuu
    ];
    mainProgram = "nix-tour";
  };
Loading