Commit 675ddbb8 authored by Gavin John's avatar Gavin John
Browse files

direwolf: remove with lib

parent efacf148
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
    ];