Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kbfs: update homepage and description

(cherry picked from commit d8bbbeb38a6dd5e1fca88a4196b1a848e1c6dd3d)

+2 -2
+2 -2
pkgs/tools/security/keybase/kbfs.nix
··· 13 13 buildFlags = [ "-tags production" ]; 14 14 15 15 meta = with stdenv.lib; { 16 - homepage = https://www.keybase.io; 17 - description = "The Keybase FS FUSE driver"; 16 + homepage = "https://keybase.io/docs/kbfs"; 17 + description = "The Keybase filesystem"; 18 18 platforms = platforms.unix; 19 19 maintainers = with maintainers; [ rvolosatovs bennofs np ]; 20 20 license = licenses.bsd3;