glusterfs: add license + homepage
This commit is contained in:
parent
a1129ef9cb
commit
06aabd8ef2
@ -181,13 +181,12 @@ rec {
|
|||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = "Distributed storage system";
|
description = "Distributed storage system";
|
||||||
maintainers = [
|
homepage = https://www.gluster.org;
|
||||||
stdenv.lib.maintainers.raskin
|
license = licenses.lgpl3Plus; # dual licese: choice of lgpl3Plus or gpl2
|
||||||
];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = with stdenv.lib.platforms;
|
platforms = with platforms; linux ++ freebsd;
|
||||||
linux ++ freebsd;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user