zkfuse: add license

see issue #43716

+1
+1
pkgs/tools/filesystems/zkfuse/default.nix
··· 17 meta = with lib; { 18 platforms = platforms.linux; 19 maintainers = with maintainers; [ cstrahan ]; 20 }; 21 }
··· 17 meta = with lib; { 18 platforms = platforms.linux; 19 maintainers = with maintainers; [ cstrahan ]; 20 + license = licenses.asl20; 21 }; 22 }