add a maintainer

This commit is contained in:
Jean-Pierre PRUNARET
2017-01-24 13:05:58 +01:00
parent 86af731cf8
commit 11f878a0e5
2 changed files with 2 additions and 0 deletions
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "FUSE-based filesystem to access hubic cloud storage";
platforms = platforms.linux;
license = licenses.mit;
maintainers = [ maintainers.jpierre03 ];
};
}