Skip to content

Commit

Permalink
maintainers: rename oo-infty to oosquare
Browse files Browse the repository at this point in the history
  • Loading branch information
oosquare committed Sep 30, 2024
1 parent f08e242 commit 15b33c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15749,19 +15749,19 @@
github = "ony";
githubId = 11265;
};
oo-infty = {
name = "Justin Chen";
email = "[email protected]";
github = "oo-infty";
githubId = 42143810;
};
ooliver1 = {
name = "Oliver Wilkes";
email = "[email protected]";
github = "ooliver1";
githubId = 34910574;
keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273"; } ];
};
oosquare = {
name = "Justin Chen";
email = "[email protected]";
github = "oosquare";
githubId = 42143810;
};
opeik = {
email = "[email protected]";
github = "opeik";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/fc/fcitx5-fluent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/lx/lx-music-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ug/ugm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ buildGoModule rec {
license = licenses.mit;
mainProgram = "ugm";
platforms = platforms.linux;
maintainers = with maintainers; [ oo-infty ];
maintainers = with maintainers; [ oosquare ];
};
}

0 comments on commit 15b33c7

Please sign in to comment.