dropbox: add ttuegel as maintainer

This commit is contained in:
Thomas Tuegel 2014-09-21 11:01:54 -05:00
parent 6d0873951c
commit a6d54f1b29

View File

@ -88,5 +88,6 @@ in stdenv.mkDerivation {
meta = { meta = {
homepage = "http://www.dropbox.com"; homepage = "http://www.dropbox.com";
description = "Online stored folders (daemon version)"; description = "Online stored folders (daemon version)";
maintainers = with stdenv.lib.maintainers; [ ttuegel ];
}; };
} }