···4141 description = "A date and time library based on the C++11/14/17 <chrono> header";
4242 homepage = "https://github.com/HowardHinnant/date";
4343 platforms = platforms.linux;
4444- maintainers = with maintainers; [ ma27 ];
4444+ maintainers = with maintainers; [ ];
4545 };
4646}
···1717 description = "The official Todoist Python API library";
1818 homepage = "https://todoist-python.readthedocs.io/en/latest/";
1919 license = licenses.mit;
2020- maintainers = with maintainers; [ ma27 ];
2020+ maintainers = with maintainers; [ ];
2121 };
2222}
+1-1
pkgs/development/tools/database/shmig/default.nix
···3838 description = "Minimalistic database migration tool with MySQL, PostgreSQL and SQLite support";
3939 homepage = "https://github.com/mbucc/shmig";
4040 license = licenses.bsd3;
4141- maintainers = with maintainers; [ ma27 ];
4141+ maintainers = with maintainers; [ ];
4242 };
4343}
+1-1
pkgs/development/tools/rust/racer/default.nix
···4343 description = "A utility intended to provide Rust code completion for editors and IDEs";
4444 homepage = "https://github.com/racer-rust/racer";
4545 license = licenses.mit;
4646- maintainers = with maintainers; [ jagajaga ma27 ];
4646+ maintainers = with maintainers; [ jagajaga ];
4747 };
4848}
+1-1
pkgs/tools/graphics/nifskope/default.nix
···6060 meta = with lib; {
6161 homepage = "http://niftools.sourceforge.net/wiki/NifSkope";
6262 description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
6363- maintainers = with maintainers; [ eelco ma27 ];
6363+ maintainers = with maintainers; [ eelco ];
6464 platforms = platforms.linux;
6565 license = licenses.bsd3;
6666 };
+1-1
pkgs/tools/misc/peep/default.nix
···1818 description = "The CLI text viewer tool that works like less command on small pane within the terminal window";
1919 license = licenses.mit;
2020 homepage = "https://github.com/ryochack/peep";
2121- maintainers = with maintainers; [ ma27 ];
2121+ maintainers = with maintainers; [ ];
2222 };
2323}
+1-1
pkgs/tools/misc/thefuck/default.nix
···2222 homepage = "https://github.com/nvbn/thefuck";
2323 description = "Magnificent app which corrects your previous console command";
2424 license = licenses.mit;
2525- maintainers = with maintainers; [ ma27 SuperSandro2000 ];
2525+ maintainers = with maintainers; [ SuperSandro2000 ];
2626 };
2727}