direwolf: remove with lib

This commit is contained in:
Gavin John
2025-10-15 00:06:20 -07:00
parent efacf1489a
commit 675ddbb87b
+4 -4
View File
@@ -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
];