Merge pull request #98266 from joncojonathan/removeAsMaintainer

Remove joncojonathan as maintainer
This commit is contained in:
Daniël de Kok
2020-09-20 11:38:30 +02:00
committed by GitHub
4 changed files with 4 additions and 12 deletions
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://wiki.gnome.org/Apps/DejaDup";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar joncojonathan ];
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
};
}