dropbox: add ttuegel as maintainer

This commit is contained in:
Thomas Tuegel 2014-09-21 11:01:54 -05:00
parent 6d0873951c
commit a6d54f1b29
1 changed files with 1 additions and 0 deletions

View File

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