···2121 description = "Calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights";
2222 homepage = "https://github.com/risacher/sunwait";
2323 license = lib.licenses.gpl3Only;
2424- maintainers = with lib.maintainers; [ eclairevoyant ];
2424+ maintainers = with lib.maintainers; [ ];
2525 mainProgram = "sunwait";
2626 platforms = lib.platforms.all;
2727 };
+1-1
pkgs/applications/networking/dropbox/cli.nix
···6767 description = "Command line client for the dropbox daemon";
6868 license = lib.licenses.gpl3Plus;
6969 mainProgram = "dropbox";
7070- maintainers = with lib.maintainers; [ eclairevoyant ];
7070+ maintainers = with lib.maintainers; [ ];
7171 # NOTE: Dropbox itself only works on linux, so this is ok.
7272 platforms = lib.platforms.linux;
7373 };