Add myself as maintainer

This commit is contained in:
Jascha Geerds
2015-06-22 08:26:09 +02:00
parent 655cda730d
commit 3f66bb7ff2
21 changed files with 39 additions and 36 deletions
@@ -14,9 +14,10 @@ stdenv.mkDerivation rec {
ln -sf $out/bin/sshfs $out/sbin/mount.sshfs
'';
meta = {
meta = with stdenv.lib; {
homepage = http://fuse.sourceforge.net/sshfs.html;
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
};
}