Unverified Commit 9e1a6426 authored by Mikael Voss's avatar Mikael Voss
Browse files

lpcnetfreedv: remove use of with lib;

parent 18ad364f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ stdenv.mkDerivation {
    extraArgs = [ "--version=branch" ];
  };

  meta = with lib; {
  meta = {
    homepage = "https://freedv.org/";
    description = "Experimental Neural Net speech coding for FreeDV";
    license = licenses.bsd3;
    maintainers = with maintainers; [ mvs ];
    platforms = platforms.all;
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ mvs ];
    platforms = lib.platforms.all;
  };
}