summary refs log tree commit diff
path: root/pkgs/tools/filesystems/unionfs-fuse/default.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-12-16 16:42:45 -0500
committerShea Levy <shea@shealevy.com>2012-12-16 16:42:45 -0500
commit6a147cfbfa9f3d78ca577ed32cc3911c6896f76b (patch)
tree2820a82e3f6e7cbd82cf879bb43d5d1f6650cd16 /pkgs/tools/filesystems/unionfs-fuse/default.nix
parent42b061d1188a504ef134ebe4cea0ef78dfab009c (diff)
downloadnixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar.gz
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar.bz2
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar.lz
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar.xz
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.tar.zst
nixpkgs-6a147cfbfa9f3d78ca577ed32cc3911c6896f76b.zip
Add unionfs-fuse meta
Diffstat (limited to 'pkgs/tools/filesystems/unionfs-fuse/default.nix')
-rw-r--r--pkgs/tools/filesystems/unionfs-fuse/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/unionfs-fuse/default.nix b/pkgs/tools/filesystems/unionfs-fuse/default.nix
index fac5265bb9d..43d7a5a8d18 100644
--- a/pkgs/tools/filesystems/unionfs-fuse/default.nix
+++ b/pkgs/tools/filesystems/unionfs-fuse/default.nix
@@ -10,4 +10,11 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [ cmake fuse ];
+
+  meta = {
+    description = "FUSE UnionFS implementation";
+    homepage = http://podgorny.cz/moin/UnionFsFuse;
+    license = stdenv.lib.licenses.bsd3;
+    maintainers = [ stdenv.lib.maintainers.shlevy ];
+  };
 }