multipath-tools: add license

This commit is contained in:
Markus Kowalewski 2018-08-30 21:37:57 +02:00
parent c8ff1aeb7b
commit c6eff80696
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -31,9 +31,10 @@ stdenv.mkDerivation rec {
"unitdir=$(out)/lib/systemd/system"
];
meta = {
meta = with stdenv.lib; {
description = "Tools for the Linux multipathing driver";
homepage = http://christophe.varoqui.free.fr/;
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
}