kbfs: update homepage and description

This commit is contained in:
worldofpeace 2019-07-06 06:35:35 -04:00
parent bfe270bc54
commit d8bbbeb38a

View file

@ -13,8 +13,8 @@ buildGoPackage rec {
buildFlags = [ "-tags production" ];
meta = with stdenv.lib; {
homepage = https://www.keybase.io;
description = "The Keybase FS FUSE driver";
homepage = "https://keybase.io/docs/kbfs";
description = "The Keybase filesystem";
platforms = platforms.unix;
maintainers = with maintainers; [ rvolosatovs bennofs np ];
license = licenses.bsd3;