Unverified Commit 80b036a4 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

maintainers: rename oo-infty to oosquare (#345446)

parents b5308e75 15b33c77
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -15749,12 +15749,6 @@
    github = "ony";
    githubId = 11265;
  };
  oo-infty = {
    name = "Justin Chen";
    email = "oo-infty@outlook.com";
    github = "oo-infty";
    githubId = 42143810;
  };
  ooliver1 = {
    name = "Oliver Wilkes";
    email = "oliverwilkes2006@icloud.com";
@@ -15762,6 +15756,12 @@
    githubId = 34910574;
    keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966  B07F 0B41 0348 9833 7273"; } ];
  };
  oosquare = {
    name = "Justin Chen";
    email = "oosquare@outlook.com";
    github = "oosquare";
    githubId = 42143810;
  };
  opeik = {
    email = "sandro@stikic.com";
    github = "opeik";
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation {
    homepage = "https://github.com/Reverier-Xu/Fluent-fcitx5";
    license = licenses.mpl20;
    platforms = platforms.all;
    maintainers = with maintainers; [ oo-infty ];
    maintainers = with maintainers; [ oosquare ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -83,6 +83,6 @@ stdenv.mkDerivation {
    platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    mainProgram = "lx-music-desktop";
    maintainers = with maintainers; [ oo-infty ];
    maintainers = with maintainers; [ oosquare ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildGoModule rec {
    license = licenses.mit;
    mainProgram = "ugm";
    platforms = platforms.linux;
    maintainers = with maintainers; [ oo-infty ];
    maintainers = with maintainers; [ oosquare ];
  };
}