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

This commit is contained in:
Rick van Schijndel 2024-09-30 12:20:10 +02:00 committed by GitHub
commit 80b036a4d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View File

@ -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";

View File

@ -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 ];
};
}

View File

@ -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 ];
};
}

View File

@ -35,6 +35,6 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = "ugm";
platforms = platforms.linux;
maintainers = with maintainers; [ oo-infty ];
maintainers = with maintainers; [ oosquare ];
};
}