glusterfs: add license + homepage

This commit is contained in:
Markus Kowalewski 2018-08-20 20:24:02 +02:00
parent a1129ef9cb
commit 06aabd8ef2
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}