Add myself as a maintainer of dropbox-cli.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
1570336325
commit
edaca7bdf0
@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://dropbox.com;
|
homepage = http://dropbox.com;
|
||||||
description = "Command line client for the dropbox daemon.";
|
description = "Command line client for the dropbox daemon.";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
# NOTE: Dropbox itself only works on linux, so this is ok.
|
# NOTE: Dropbox itself only works on linux, so this is ok.
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user