add self to crashplan maintainers

This commit is contained in:
Matt McHenry
2016-11-13 14:41:57 -05:00
parent ee6dfa1e9e
commit 008399e9de
2 changed files with 2 additions and 1 deletions
@@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = licenses.unfree;
maintainers = with maintainers; [ sztupi domenkozar ];
maintainers = with maintainers; [ sztupi domenkozar jerith666 ];
};
buildInputs = [ makeWrapper cpio ];