···169169 })
170170 ```
171171172172+- Unnecessary string conversions should be avoided. Do
173173+174174+ ```nix
175175+ rev = version;
176176+ ```
177177+178178+ instead of
179179+180180+ ```nix
181181+ rev = "${version}";
182182+ ```
183183+172184- Arguments should be listed in the order they are used, with the exception of `lib`, which always goes first.
173185174186- The top-level `lib` must be used in the master and 21.05 branch over its alias `stdenv.lib` as it now causes evaluation errors when aliases are disabled which is the case for ofborg.
···2828 description = "Thin-wrapper around the mock package for easier use with pytest";
2929 homepage = "https://github.com/pytest-dev/pytest-mock";
3030 license = with licenses; [ mit ];
3131- maintainers = with maintainers; [ nand0p ];
3131+ maintainers = with maintainers; [ ];
3232 };
3333}
···24242525 meta = with lib; {
2626 description = "Sphinx extension to include jinja templates in documentation";
2727- maintainers = with maintainers; [ nand0p ];
2727+ maintainers = with maintainers; [ ];
2828 license = licenses.mit;
2929 };
3030}
+1-1
pkgs/development/python-modules/sphinx/2.nix
···7777 description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
7878 homepage = "http://sphinx.pocoo.org/";
7979 license = lib.licenses.bsd3;
8080- maintainers = with lib.maintainers; [ nand0p ];
8080+ maintainers = with lib.maintainers; [ ];
8181 };
8282}
···2626 meta = with lib; {
2727 description = "Sphinx spelling extension";
2828 homepage = "https://bitbucket.org/dhellmann/sphinxcontrib-spelling";
2929- maintainers = with maintainers; [ nand0p ];
2929+ maintainers = with maintainers; [ ];
3030 license = licenses.bsd2;
3131 };
3232
+1-1
pkgs/development/python-modules/treq/default.nix
···5151 homepage = "https://github.com/twisted/treq";
5252 description = "A requests-like API built on top of twisted.web's Agent";
5353 license = licenses.mit;
5454- maintainers = with maintainers; [ nand0p ];
5454+ maintainers = with maintainers; [ ];
5555 };
5656}
+1-1
pkgs/development/python-modules/txaio/default.nix
···5050 description = "Utilities to support code that runs unmodified on Twisted and asyncio";
5151 homepage = "https://github.com/crossbario/txaio";
5252 license = licenses.mit;
5353- maintainers = with maintainers; [ nand0p ];
5353+ maintainers = with maintainers; [ ];
5454 };
5555}
···1919 with the final purpose of reducing its ability to interact with the system.
2020 '';
2121 license = licenses.gpl3;
2222- maintainers = with maintainers; [ gnidorah ];
2222+ maintainers = with maintainers; [ ];
2323 };
2424}
···1717 description = "A utility to accurately report the in core memory usage for a program";
1818 homepage = "https://github.com/pixelb/ps_mem";
1919 license = licenses.lgpl21;
2020- maintainers = [ maintainers.gnidorah ];
2020+ maintainers = [ ];
2121 platforms = platforms.linux;
2222 };
2323}
+1
pkgs/top-level/aliases.nix
···440440 mathics = throw "mathics has been removed from nixpkgs, as it's unmaintained"; # added 2020-08-15
441441 matrique = spectral; # added 2020-01-27
442442 mbedtls_1_3 = throw "mbedtls_1_3 is end of life, see https://tls.mbed.org/kb/how-to/upgrade-2.0"; # added 2019-12-08
443443+ meme = meme-image-generator; # added 2021-04-21
443444 mess = mame; # added 2019-10-30
444445 mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
445446 mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25