···97 meta = {
98 description = "Use any remote machine with a SSH server as your development environment.";
99 license = lib.licenses.unfree;
100- maintainers = [ lib.maintainers.SuperSandro2000 lib.maintainers.tbenst ];
101 };
102}
···97 meta = {
98 description = "Use any remote machine with a SSH server as your development environment.";
99 license = lib.licenses.unfree;
100+ maintainers = [ lib.maintainers.tbenst ];
101 };
102}
+1-1
pkgs/applications/logging/sosreport/default.nix
···43 description = "Unified tool for collecting system logs and other debug information";
44 homepage = "https://github.com/sosreport/sos";
45 license = licenses.gpl2Only;
46- maintainers = with maintainers; [ SuperSandro2000 ];
47 };
48}
···43 description = "Unified tool for collecting system logs and other debug information";
44 homepage = "https://github.com/sosreport/sos";
45 license = licenses.gpl2Only;
46+ maintainers = with maintainers; [ ];
47 };
48}
+1-1
pkgs/applications/misc/binocle/default.nix
···44 description = "Graphical tool to visualize binary data";
45 homepage = "https://github.com/sharkdp/binocle";
46 license = with licenses; [ asl20 /* or */ mit ];
47- maintainers = with maintainers; [ SuperSandro2000 ];
48 };
49}
···44 description = "Graphical tool to visualize binary data";
45 homepage = "https://github.com/sharkdp/binocle";
46 license = with licenses; [ asl20 /* or */ mit ];
47+ maintainers = with maintainers; [ ];
48 };
49}
+1-1
pkgs/applications/misc/lemonade/default.nix
···30 description = "Remote utility tool that to copy, paste and open browsers over TCP";
31 homepage = "https://github.com/lemonade-command/lemonade/";
32 license = licenses.mit;
33- maintainers = with maintainers; [ SuperSandro2000 ];
34 };
35}
···30 description = "Remote utility tool that to copy, paste and open browsers over TCP";
31 homepage = "https://github.com/lemonade-command/lemonade/";
32 license = licenses.mit;
33+ maintainers = with maintainers; [ ];
34 };
35}
···36 description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
37 homepage = "https://zaquestion.github.io/lab";
38 license = licenses.cc0;
39- maintainers = with maintainers; [ marsam dtzWill SuperSandro2000 ];
40 };
41}
···36 description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
37 homepage = "https://zaquestion.github.io/lab";
38 license = licenses.cc0;
39+ maintainers = with maintainers; [ marsam dtzWill ];
40 };
41}
···100 description = "A clang wrapper library with an OpenCL-oriented API and the ability to compile OpenCL C kernels to SPIR-V modules";
101 license = licenses.ncsa;
102 platforms = platforms.all;
103- maintainers = with maintainers; [ SuperSandro2000 ];
104 };
105 };
106in
···100 description = "A clang wrapper library with an OpenCL-oriented API and the ability to compile OpenCL C kernels to SPIR-V modules";
101 license = licenses.ncsa;
102 platforms = platforms.all;
103+ maintainers = with maintainers; [ ];
104 };
105 };
106in
···21 description = "Provides a function install() which makes the mock module";
22 homepage = "https://github.com/jaraco/backports.unittest_mock";
23 license = licenses.mit;
24- maintainers = with maintainers; [ SuperSandro2000 ];
25 };
26}
···21 description = "Provides a function install() which makes the mock module";
22 homepage = "https://github.com/jaraco/backports.unittest_mock";
23 license = licenses.mit;
24+ maintainers = with maintainers; [ ];
25 };
26}
···42 description = "Tools for handling the encrypted keyfile format used to store private keys";
43 homepage = "https://github.com/ethereum/eth-keyfile";
44 license = licenses.mit;
45- maintainers = with maintainers; [ SuperSandro2000 ];
46 };
47}
···42 description = "Tools for handling the encrypted keyfile format used to store private keys";
43 homepage = "https://github.com/ethereum/eth-keyfile";
44 license = licenses.mit;
45+ maintainers = with maintainers; [ ];
46 };
47}
···24 description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads";
25 homepage = "https://github.com/kata198/func_timeout";
26 license = licenses.lgpl3Only;
27- maintainers = with maintainers; [ SuperSandro2000 ];
28 };
29}
···24 description = "Allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads";
25 homepage = "https://github.com/kata198/func_timeout";
26 license = licenses.lgpl3Only;
27+ maintainers = with maintainers; [ ];
28 };
29}
···39 homepage = "https://github.com/twisted/incremental";
40 description = "Incremental is a small library that versions your Python projects";
41 license = licenses.mit;
42- maintainers = with maintainers; [ SuperSandro2000 ];
43 };
44}; in incremental
···39 homepage = "https://github.com/twisted/incremental";
40 description = "Incremental is a small library that versions your Python projects";
41 license = licenses.mit;
42+ maintainers = with maintainers; [ ];
43 };
44}; in incremental
···78 between python scripts. All major ciphers and hash methods are
79 supported. SFTP client and server mode are both supported too.
80 '';
81- maintainers = with maintainers; [ SuperSandro2000 ];
82 };
83}
···78 between python scripts. All major ciphers and hash methods are
79 supported. SFTP client and server mode are both supported too.
80 '';
81+ maintainers = with maintainers; [ ];
82 };
83}
···27 description = "Get a public suffix for a domain name using the Public Suffix List";
28 homepage = "https://github.com/nexB/python-publicsuffix2";
29 license = licenses.mpl20;
30- maintainers = with maintainers; [ SuperSandro2000 ];
31 };
32}
···27 description = "Get a public suffix for a domain name using the Public Suffix List";
28 homepage = "https://github.com/nexB/python-publicsuffix2";
29 license = licenses.mpl20;
30+ maintainers = with maintainers; [ ];
31 };
32}
···39 description = "Collection of functions to generate hashes for signing on Ethereum";
40 homepage = "https://github.com/rmeissner/py-eth-sig-utils";
41 license = licenses.mit;
42- maintainers = with maintainers; [ SuperSandro2000 ];
43 # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.
44 broken = true;
45 };
···39 description = "Collection of functions to generate hashes for signing on Ethereum";
40 homepage = "https://github.com/rmeissner/py-eth-sig-utils";
41 license = licenses.mit;
42+ maintainers = with maintainers; [ ];
43 # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.
44 broken = true;
45 };
···53 homepage = "https://github.com/pypiserver/pypiserver";
54 description = "Minimal PyPI server for use with pip/easy_install";
55 license = with licenses; [ mit zlib ];
56- maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
57 };
58}
···53 homepage = "https://github.com/pypiserver/pypiserver";
54 description = "Minimal PyPI server for use with pip/easy_install";
55 license = with licenses; [ mit zlib ];
56+ maintainers = with maintainers; [ austinbutler ];
57 };
58}
···19 description = "Simple library for merging two strings with respect to a base one";
20 homepage = "https://github.com/spyder-ide/three-merge";
21 license = licenses.mit;
22- maintainers = with maintainers; [ SuperSandro2000 ];
23 };
24}
···19 description = "Simple library for merging two strings with respect to a base one";
20 homepage = "https://github.com/spyder-ide/three-merge";
21 license = licenses.mit;
22+ maintainers = with maintainers; [ ];
23 };
24}
+1-1
pkgs/development/python-modules/tomli/default.nix
···39 description = "A Python library for parsing TOML, fully compatible with TOML v1.0.0";
40 homepage = "https://github.com/hukkin/tomli";
41 license = licenses.mit;
42- maintainers = with maintainers; [ veehaitch SuperSandro2000 ];
43 };
44}
···39 description = "A Python library for parsing TOML, fully compatible with TOML v1.0.0";
40 homepage = "https://github.com/hukkin/tomli";
41 license = licenses.mit;
42+ maintainers = with maintainers; [ veehaitch ];
43 };
44}
···42 description = "A web framework and asynchronous networking library";
43 homepage = "https://www.tornadoweb.org/";
44 license = licenses.asl20;
45- maintainers = with maintainers; [ SuperSandro2000 ];
46 };
47}
···42 description = "A web framework and asynchronous networking library";
43 homepage = "https://www.tornadoweb.org/";
44 license = licenses.asl20;
45+ maintainers = with maintainers; [ ];
46 };
47}
+1-1
pkgs/development/python-modules/treq/default.nix
···35 homepage = "https://github.com/twisted/treq";
36 description = "Requests-like API built on top of twisted.web's Agent";
37 license = licenses.mit;
38- maintainers = with maintainers; [ SuperSandro2000 ];
39 };
40}
···35 homepage = "https://github.com/twisted/treq";
36 description = "Requests-like API built on top of twisted.web's Agent";
37 license = licenses.mit;
38+ maintainers = with maintainers; [ ];
39 };
40}
···49 description = "Module that acts as a WSGI application in place of a real URI for testing";
50 homepage = "https://github.com/cdent/wsgi-intercept";
51 license = licenses.mit;
52- maintainers = with maintainers; [ SuperSandro2000 ];
53 };
54}
···49 description = "Module that acts as a WSGI application in place of a real URI for testing";
50 homepage = "https://github.com/cdent/wsgi-intercept";
51 license = licenses.mit;
52+ maintainers = with maintainers; [ ];
53 };
54}
···26 description = "Makes working with XML feel like you are working with JSON";
27 homepage = "https://github.com/martinblech/xmltodict";
28 license = licenses.mit;
29- maintainers = with maintainers; [ SuperSandro2000 ];
30 };
31}
···26 description = "Makes working with XML feel like you are working with JSON";
27 homepage = "https://github.com/martinblech/xmltodict";
28 license = licenses.mit;
29+ maintainers = with maintainers; [ ];
30 };
31}
···19 homepage = "https://github.com/pypa/setuptools_scm/";
20 description = "Handles managing your python package versions in scm metadata";
21 license = licenses.mit;
22+ maintainers = with maintainers; [ ];
23 };
24}
+1-1
pkgs/development/tools/delve/default.nix
···44 meta = with lib; {
45 description = "debugger for the Go programming language";
46 homepage = "https://github.com/go-delve/delve";
47- maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
48 license = licenses.mit;
49 mainProgram = "dlv";
50 };
···44 meta = with lib; {
45 description = "debugger for the Go programming language";
46 homepage = "https://github.com/go-delve/delve";
47+ maintainers = with maintainers; [ vdemeester ];
48 license = licenses.mit;
49 mainProgram = "dlv";
50 };
+1-1
pkgs/development/tools/go-outline/default.nix
···16 meta = with lib; {
17 description = "Utility to extract JSON representation of declarations from a Go source file";
18 homepage = "https://github.com/ramya-rao-a/go-outline";
19- maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
20 license = licenses.mit;
21 };
22}
···16 meta = with lib; {
17 description = "Utility to extract JSON representation of declarations from a Go source file";
18 homepage = "https://github.com/ramya-rao-a/go-outline";
19+ maintainers = with maintainers; [ vdemeester ];
20 license = licenses.mit;
21 };
22}
···22 your selection will be sent to standard output.
23 '';
24 license = licenses.gpl2Only;
25- maintainers = with maintainers; [ matthiasbeyer SuperSandro2000 ];
26 platforms = platforms.unix;
27 };
28}
···22 your selection will be sent to standard output.
23 '';
24 license = licenses.gpl2Only;
25+ maintainers = with maintainers; [ matthiasbeyer ];
26 platforms = platforms.unix;
27 };
28}
+1-1
pkgs/tools/misc/thefuck/default.nix
···39 homepage = "https://github.com/nvbn/thefuck";
40 description = "Magnificent app which corrects your previous console command";
41 license = licenses.mit;
42- maintainers = with maintainers; [ SuperSandro2000 ];
43 };
44}
···39 homepage = "https://github.com/nvbn/thefuck";
40 description = "Magnificent app which corrects your previous console command";
41 license = licenses.mit;
42+ maintainers = with maintainers; [ ];
43 };
44}
···44 Works with Linux and Mac OS and supports DNS tunneling.
45 '';
46 license = licenses.lgpl21;
47- maintainers = with maintainers; [ domenkozar carlosdagos SuperSandro2000 ];
48 };
49}
···44 Works with Linux and Mac OS and supports DNS tunneling.
45 '';
46 license = licenses.lgpl21;
47+ maintainers = with maintainers; [ domenkozar carlosdagos ];
48 };
49}
···34 description = "More powerful alternative to sysctl(8) with a terminal user interface";
35 homepage = "https://github.com/orhun/systeroid";
36 license = licenses.asl20;
37- maintainers = with maintainers; [ SuperSandro2000 ];
38 };
39}
···34 description = "More powerful alternative to sysctl(8) with a terminal user interface";
35 homepage = "https://github.com/orhun/systeroid";
36 license = licenses.asl20;
37+ maintainers = with maintainers; [ ];
38 };
39}
+1-1
pkgs/tools/system/tree/default.nix
···46 the LS_COLORS environment variable is set and output is to tty.
47 '';
48 platforms = platforms.all;
49- maintainers = with maintainers; [ SuperSandro2000 ];
50 };
51}
···46 the LS_COLORS environment variable is set and output is to tty.
47 '';
48 platforms = platforms.all;
49+ maintainers = with maintainers; [ ];
50 };
51}