From 675ddbb87b74deae60fddbd9c5a19a50bcb475fe Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 11 May 2025 00:27:47 -0700 Subject: [PATCH] direwolf: remove with lib --- pkgs/by-name/di/direwolf/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/di/direwolf/package.nix b/pkgs/by-name/di/direwolf/package.nix index e3861bd4fceb..40f60ec32dec 100644 --- a/pkgs/by-name/di/direwolf/package.nix +++ b/pkgs/by-name/di/direwolf/package.nix @@ -84,12 +84,12 @@ stdenv.mkDerivation (finalAttrs: { doInstallCheck = true; - meta = with lib; { + meta = { description = "Soundcard Packet TNC, APRS Digipeater, IGate, APRStt gateway"; homepage = "https://github.com/wb2osz/direwolf/"; - license = licenses.gpl2; - platforms = platforms.unix; - maintainers = with maintainers; [ + license = lib.licenses.gpl2; + platforms = lib.platforms.unix; + maintainers = with lib.maintainers; [ lasandell sarcasticadmin ];