summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/glusterfs
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 20:24:02 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 21:15:16 +0200
commit06aabd8ef2b2f913615d9f5165e75e04b0d609d9 (patch)
tree5e2fef2ce151b58281a4a134367c747872eee93f /pkgs/tools/filesystems/glusterfs
parenta1129ef9cb1f528cb0730e6246880b6c113c781a (diff)
glusterfs: add license + homepage
Diffstat (limited to 'pkgs/tools/filesystems/glusterfs')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index 416dde364c6a..f4aa9a52fce3 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -181,13 +181,12 @@ rec {
inherit (s) url sha256;
};
- meta = {
+ meta = with stdenv.lib; {
inherit (s) version;
description = "Distributed storage system";
- maintainers = [
- stdenv.lib.maintainers.raskin
- ];
- platforms = with stdenv.lib.platforms;
- linux ++ freebsd;
+ homepage = https://www.gluster.org;
+ license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
+ maintainers = [ maintainers.raskin ];
+ platforms = with platforms; linux ++ freebsd;
};
}