···3535 homepage = https://github.com/bit-team/backintime;
3636 description = "Simple backup tool for Linux";
3737 license = stdenv.lib.licenses.gpl2;
3838- maintainers = [ stdenv.lib.maintainers.DamienCassou ];
3838+ maintainers = [ ];
3939 platforms = stdenv.lib.platforms.all;
4040 longDescription = ''
4141 Back In Time is a simple backup tool (on top of rsync) for Linux
···4343 This GNOME utility helps to manage time according to Pomodoro Technique.
4444 It intends to improve productivity and focus by taking short breaks.
4545 '';
4646- maintainers = with maintainers; [ DamienCassou jgeerds ];
4646+ maintainers = with maintainers; [ jgeerds ];
4747 license = licenses.gpl3;
4848 platforms = platforms.linux;
4949 };
+1-1
pkgs/development/libraries/uhttpmock/default.nix
···1919 description = "Project for mocking web service APIs which use HTTP or HTTPS";
2020 homepage = https://gitlab.com/groups/uhttpmock/;
2121 license = licenses.lgpl21;
2222- maintainers = with maintainers; [ DamienCassou ];
2222+ maintainers = with maintainers; [ ];
2323 platforms = with platforms; linux;
2424 };
2525}