Add myself as a maintainer of dropbox-cli.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-06-16 23:40:43 +02:00
parent 1570336325
commit edaca7bdf0

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation {
homepage = http://dropbox.com;
description = "Command line client for the dropbox daemon.";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
# NOTE: Dropbox itself only works on linux, so this is ok.
platforms = stdenv.lib.platforms.linux;
};