zkfuse: add license

see issue #43716

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