···9797 meta = {
9898 description = "Use any remote machine with a SSH server as your development environment.";
9999 license = lib.licenses.unfree;
100100- maintainers = [ lib.maintainers.SuperSandro2000 lib.maintainers.tbenst ];
100100+ maintainers = [ lib.maintainers.tbenst ];
101101 };
102102}
+1-1
pkgs/applications/logging/sosreport/default.nix
···4343 description = "Unified tool for collecting system logs and other debug information";
4444 homepage = "https://github.com/sosreport/sos";
4545 license = licenses.gpl2Only;
4646- maintainers = with maintainers; [ SuperSandro2000 ];
4646+ maintainers = with maintainers; [ ];
4747 };
4848}
+1-1
pkgs/applications/misc/binocle/default.nix
···4444 description = "Graphical tool to visualize binary data";
4545 homepage = "https://github.com/sharkdp/binocle";
4646 license = with licenses; [ asl20 /* or */ mit ];
4747- maintainers = with maintainers; [ SuperSandro2000 ];
4747+ maintainers = with maintainers; [ ];
4848 };
4949}
+1-1
pkgs/applications/misc/lemonade/default.nix
···3030 description = "Remote utility tool that to copy, paste and open browsers over TCP";
3131 homepage = "https://github.com/lemonade-command/lemonade/";
3232 license = licenses.mit;
3333- maintainers = with maintainers; [ SuperSandro2000 ];
3333+ maintainers = with maintainers; [ ];
3434 };
3535}
···100100 description = "A clang wrapper library with an OpenCL-oriented API and the ability to compile OpenCL C kernels to SPIR-V modules";
101101 license = licenses.ncsa;
102102 platforms = platforms.all;
103103- maintainers = with maintainers; [ SuperSandro2000 ];
103103+ maintainers = with maintainers; [ ];
104104 };
105105 };
106106in
···2424 description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads";
2525 homepage = "https://github.com/kata198/func_timeout";
2626 license = licenses.lgpl3Only;
2727- maintainers = with maintainers; [ SuperSandro2000 ];
2727+ maintainers = with maintainers; [ ];
2828 };
2929}
···7878 between python scripts. All major ciphers and hash methods are
7979 supported. SFTP client and server mode are both supported too.
8080 '';
8181- maintainers = with maintainers; [ SuperSandro2000 ];
8181+ maintainers = with maintainers; [ ];
8282 };
8383}
···2727 description = "Get a public suffix for a domain name using the Public Suffix List";
2828 homepage = "https://github.com/nexB/python-publicsuffix2";
2929 license = licenses.mpl20;
3030- maintainers = with maintainers; [ SuperSandro2000 ];
3030+ maintainers = with maintainers; [ ];
3131 };
3232}
···3939 description = "Collection of functions to generate hashes for signing on Ethereum";
4040 homepage = "https://github.com/rmeissner/py-eth-sig-utils";
4141 license = licenses.mit;
4242- maintainers = with maintainers; [ SuperSandro2000 ];
4242+ maintainers = with maintainers; [ ];
4343 # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.
4444 broken = true;
4545 };
···4949 description = "Module that acts as a WSGI application in place of a real URI for testing";
5050 homepage = "https://github.com/cdent/wsgi-intercept";
5151 license = licenses.mit;
5252- maintainers = with maintainers; [ SuperSandro2000 ];
5252+ maintainers = with maintainers; [ ];
5353 };
5454}
···2626 description = "Makes working with XML feel like you are working with JSON";
2727 homepage = "https://github.com/martinblech/xmltodict";
2828 license = licenses.mit;
2929- maintainers = with maintainers; [ SuperSandro2000 ];
2929+ maintainers = with maintainers; [ ];
3030 };
3131}
···2222 your selection will be sent to standard output.
2323 '';
2424 license = licenses.gpl2Only;
2525- maintainers = with maintainers; [ matthiasbeyer SuperSandro2000 ];
2525+ maintainers = with maintainers; [ matthiasbeyer ];
2626 platforms = platforms.unix;
2727 };
2828}
+1-1
pkgs/tools/misc/thefuck/default.nix
···3939 homepage = "https://github.com/nvbn/thefuck";
4040 description = "Magnificent app which corrects your previous console command";
4141 license = licenses.mit;
4242- maintainers = with maintainers; [ SuperSandro2000 ];
4242+ maintainers = with maintainers; [ ];
4343 };
4444}
···4444 Works with Linux and Mac OS and supports DNS tunneling.
4545 '';
4646 license = licenses.lgpl21;
4747- maintainers = with maintainers; [ domenkozar carlosdagos SuperSandro2000 ];
4747+ maintainers = with maintainers; [ domenkozar carlosdagos ];
4848 };
4949}
···3434 description = "More powerful alternative to sysctl(8) with a terminal user interface";
3535 homepage = "https://github.com/orhun/systeroid";
3636 license = licenses.asl20;
3737- maintainers = with maintainers; [ SuperSandro2000 ];
3737+ maintainers = with maintainers; [ ];
3838 };
3939}
+1-1
pkgs/tools/system/tree/default.nix
···4646 the LS_COLORS environment variable is set and output is to tty.
4747 '';
4848 platforms = platforms.all;
4949- maintainers = with maintainers; [ SuperSandro2000 ];
4949+ maintainers = with maintainers; [ ];
5050 };
5151}