Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rp-pppoe: add license

+3 -2
+3 -2
pkgs/tools/networking/rp-pppoe/default.nix
··· 21 21 sed -i Makefile -e 's@PPPOESERVER_PPPD_OPTIONS=@&$(out)@' 22 22 ''; 23 23 24 - meta = { 24 + meta = with stdenv.lib; { 25 25 description = "Roaring Penguin Point-to-Point over Ethernet tool"; 26 - platforms = stdenv.lib.platforms.linux; 26 + platforms = platforms.linux; 27 27 homepage = https://www.roaringpenguin.com/products/pppoe; 28 + license = licenses.gpl2Plus; 28 29 }; 29 30 }