lpcnetfreedv: remove use of with lib;

This commit is contained in:
Mikael Voss
2025-02-14 12:25:43 +01:00
parent 18ad364f55
commit 9e1a6426bf
+4 -4
View File
@@ -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;
};
}