Skip to content

Commit

Permalink
electron-bin: update maintainers
Browse files Browse the repository at this point in the history
Last contributions were in 2018 and 2015. Update list to de-facto
maintainers.
  • Loading branch information
teutat3s committed Aug 11, 2024
1 parent 3d673b6 commit ef0c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/electron/binary/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
homepage = "https://github.com/electron/electron";
license = licenses.mit;
mainProgram = "electron";
maintainers = with maintainers; [ travisbhartwell manveru ];
maintainers = with maintainers; [ yayayayaka teutat3s ];
platforms = [ "x86_64-darwin" "x86_64-linux" "armv7l-linux" "aarch64-linux" ]
++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]
++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
Expand Down

0 comments on commit ef0c983

Please sign in to comment.