dhcpd: add license
This commit is contained in:
parent
5d42f2b37f
commit
4dcdb693af
@ -34,10 +34,11 @@ stdenv.mkDerivation rec {
|
|||||||
find $out -type f -print0 | xargs --null sed -i 's|${stdenv.shellPackage}|${runtimeShellPackage}|'
|
find $out -type f -print0 | xargs --null sed -i 's|${stdenv.shellPackage}|${runtimeShellPackage}|'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
||||||
homepage = https://roy.marples.name/projects/dhcpcd;
|
homepage = https://roy.marples.name/projects/dhcpcd;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ eelco fpletz ];
|
license = licenses.bsd2;
|
||||||
|
maintainers = with maintainers; [ eelco fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user