multipath-tools: add license
This commit is contained in:
parent
c8ff1aeb7b
commit
c6eff80696
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue