forked from mirrors/nixpkgs
rp-pppoe: add license
This commit is contained in:
parent
ff633d166f
commit
9e94e8ae4a
|
@ -21,9 +21,10 @@ stdenv.mkDerivation rec {
|
|||
sed -i Makefile -e 's@PPPOESERVER_PPPD_OPTIONS=@&$(out)@'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Roaring Penguin Point-to-Point over Ethernet tool";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
homepage = https://www.roaringpenguin.com/products/pppoe;
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue