summary refs log tree commit diff
path: root/pkgs/tools/filesystems/zkfuse
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 16:28:44 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 16:28:44 +0200
commit3cd3922c9718070288cfcd3363a53ce16ea46e1b (patch)
tree159e4aeea1f0710e4adfbb0fcdaf9ae66c1b1d2f /pkgs/tools/filesystems/zkfuse
parent15ce516b5cb9c0f64eb09f281b0d6c8a7fa24f96 (diff)
downloadnixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar.gz
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar.bz2
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar.lz
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar.xz
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.tar.zst
nixpkgs-3cd3922c9718070288cfcd3363a53ce16ea46e1b.zip
zkfuse: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/filesystems/zkfuse')
-rw-r--r--pkgs/tools/filesystems/zkfuse/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/zkfuse/default.nix b/pkgs/tools/filesystems/zkfuse/default.nix
index 66e6690bc6a..0e182d3bd2e 100644
--- a/pkgs/tools/filesystems/zkfuse/default.nix
+++ b/pkgs/tools/filesystems/zkfuse/default.nix
@@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     platforms = platforms.linux;
     maintainers = with maintainers; [ cstrahan ];
+    license = licenses.asl20;
   };
 }