rp-pppoe: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:48:02 +02:00
parent ff633d166f
commit 9e94e8ae4a
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 3 additions and 2 deletions

View File

@ -21,9 +21,10 @@ stdenv.mkDerivation rec {
sed -i Makefile -e 's@PPPOESERVER_PPPD_OPTIONS=@&$(out)@' sed -i Makefile -e 's@PPPOESERVER_PPPD_OPTIONS=@&$(out)@'
''; '';
meta = { meta = with stdenv.lib; {
description = "Roaring Penguin Point-to-Point over Ethernet tool"; description = "Roaring Penguin Point-to-Point over Ethernet tool";
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
homepage = https://www.roaringpenguin.com/products/pppoe; homepage = https://www.roaringpenguin.com/products/pppoe;
license = licenses.gpl2Plus;
}; };
} }