crashplan: added myself as maintainer

This commit is contained in:
Attila Sztupak 2014-09-27 13:04:41 +01:00
parent 90a326eecd
commit de7da7c4fe
2 changed files with 4 additions and 2 deletions

View File

@ -120,6 +120,7 @@
skeidel = "Sven Keidel <svenkeidel@gmail.com>"; skeidel = "Sven Keidel <svenkeidel@gmail.com>";
smironov = "Sergey Mironov <ierton@gmail.com>"; smironov = "Sergey Mironov <ierton@gmail.com>";
sprock = "Roger Mason <rmason@mun.ca>"; sprock = "Roger Mason <rmason@mun.ca>";
sztupi = "Attila Sztupak <attila.sztupak@gmail.com>";
tailhook = "Paul Colomiets <paul@colomiets.name>"; tailhook = "Paul Colomiets <paul@colomiets.name>";
thammers = "Tobias Hammerschmidt <jawr@gmx.de>"; thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>"; the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";

View File

@ -12,10 +12,11 @@ in stdenv.mkDerivation rec {
srcs = [ crashPlanArchive ]; srcs = [ crashPlanArchive ];
meta = { meta = with stdenv.lib; {
description = "An online/offline backup solution"; description = "An online/offline backup solution";
homepage = "http://www.crashplan.org"; homepage = "http://www.crashplan.org";
license = stdenv.lib.licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ sztupi ];
}; };
buildInputs = [ makeWrapper cpio ]; buildInputs = [ makeWrapper cpio ];