crashplan: added myself as maintainer

This commit is contained in:
Attila Sztupak
2014-09-27 13:05:04 +01:00
parent 90a326eecd
commit de7da7c4fe
2 changed files with 4 additions and 2 deletions
@@ -12,10 +12,11 @@ in stdenv.mkDerivation rec {
srcs = [ crashPlanArchive ];
meta = {
meta = with stdenv.lib; {
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = stdenv.lib.licenses.unfree;
license = licenses.unfree;
maintainers = with maintainers; [ sztupi ];
};
buildInputs = [ makeWrapper cpio ];