···124124 server with your local machine, downloads necessary components on the
125125 backend, and opens your project in JetBrains Client.
126126 '';
127127- maintainers = with maintainers; [ kouyk ];
127127+ maintainers = with maintainers; [ ];
128128 };
129129 });
130130
+1-1
pkgs/applications/editors/vim/macvim.nix
···180180 description = "Vim - the text editor - for macOS";
181181 homepage = "https://github.com/macvim-dev/macvim";
182182 license = licenses.vim;
183183- maintainers = with maintainers; [ cstrahan lilyball ];
183183+ maintainers = with maintainers; [ lilyball ];
184184 platforms = platforms.darwin;
185185 hydraPlatforms = []; # hydra can't build this as long as we rely on Xcode and sandboxProfile
186186 };
+1-1
pkgs/applications/misc/perkeep/default.nix
···5555 description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
5656 homepage = "https://perkeep.org";
5757 license = licenses.asl20;
5858- maintainers = with maintainers; [ cstrahan danderson kalbasit ];
5858+ maintainers = with maintainers; [ danderson kalbasit ];
5959 };
6060}
+1-1
pkgs/applications/misc/rescuetime/default.nix
···5252 meta = with lib; {
5353 description = "Helps you understand your daily habits so you can focus and be more productive";
5454 homepage = "https://www.rescuetime.com";
5555- maintainers = with maintainers; [ cstrahan ];
5555+ maintainers = with maintainers; [ ];
5656 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5757 license = licenses.unfree;
5858 platforms = [ "i686-linux" "x86_64-linux" ];
···2323 about the current working directory for various version control systems
2424 '';
2525 homepage = "http://hg.gerg.ca/vcprompt";
2626- maintainers = with maintainers; [ cstrahan ];
2626+ maintainers = with maintainers; [ ];
2727 platforms = with platforms; linux ++ darwin;
2828 license = licenses.gpl2Plus;
2929 };
···1616 meta = {
1717 homepage = "https://github.com/arangodb/linenoise-ng";
1818 description = "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters";
1919- maintainers = with lib.maintainers; [ cstrahan ];
1919+ maintainers = with lib.maintainers; [ ];
2020 platforms = lib.platforms.all;
2121 license = lib.licenses.bsd3;
2222 };
···5454 description = "A simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP";
5555 homepage = "http://libmailcore.com";
5656 license = licenses.bsd3;
5757- maintainers = with maintainers; [ cstrahan ];
5757+ maintainers = with maintainers; [ ];
5858 };
5959}
···2121 homepage = "https://github.com/kevinburke/go-bindata";
2222 changelog = "https://github.com/kevinburke/go-bindata/blob/v${version}/CHANGELOG.md";
2323 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
2424- maintainers = with maintainers; [ cstrahan ];
2424+ maintainers = with maintainers; [ ];
2525 license = licenses.cc0;
2626 };
2727}
+1-1
pkgs/development/tools/misc/chruby/default.nix
···3737 description = "Changes the current Ruby";
3838 homepage = "https://github.com/postmodern/chruby";
3939 license = licenses.mit;
4040- maintainers = with maintainers; [ cstrahan ];
4040+ maintainers = with maintainers; [ ];
4141 mainProgram = "chruby-exec";
4242 platforms = platforms.unix;
4343 };
···2020 meta = with lib; {
2121 description = "A simple yet effective way to benchmark disk IO in Linux systems";
2222 homepage = "http://www.iomelt.com";
2323- maintainers = with maintainers; [ cstrahan ];
2323+ maintainers = with maintainers; [ ];
2424 license = licenses.artistic2;
2525 platforms = platforms.linux;
2626 };
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20230911.0";
77+ version = "20231002.0";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-AcMZYjSbsBrfC0Oh5P+eruNILWdVmk46+p+8xLpqfuo=";
1515+ hash = "sha256-19HFMuR7INHM805HwWyWS2qWXPOYuFjnpf0UP93tObg=";
1616 };
17171818 # there is nothing to strip in this package
···2626 description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift";
2727 homepage = "https://github.com/d4l3k/go-sct";
2828 license = licenses.mit;
2929- maintainers = with maintainers; [ cstrahan ];
2929+ maintainers = with maintainers; [ ];
3030 mainProgram = "sct";
3131 };
3232}
···4343 changelog = "https://github.com/eradman/rset/raw/${version}/NEWS";
4444 license = licenses.isc;
4545 platforms = platforms.unix;
4646- maintainers = with maintainers; [ cstrahan ];
4646+ maintainers = with maintainers; [ ];
4747 # 2023-08-19, fails to compile with glibc-2.38 because of strlcpy.
4848 # At the time of writing, this was 4 minors behind already and
4949 # the `paths.patch` didn't apply anymore, so this is now considered
+1-1
pkgs/tools/filesystems/zkfuse/default.nix
···35353636 meta = with lib; {
3737 platforms = platforms.linux;
3838- maintainers = with maintainers; [ cstrahan ztzg ];
3838+ maintainers = with maintainers; [ ztzg ];
3939 license = licenses.asl20;
4040 };
4141}