Unverified Commit 8d6aedca authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

imapgoose: fix to work on any unix platform (#508164)

parents 304246fb 6b01c424
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,9 +44,10 @@ buildGoModule rec {
    homepage = "https://git.sr.ht/~whynothugo/ImapGoose";
    changelog = "https://git.sr.ht/~whynothugo/ImapGoose/refs/v${version}";
    license = lib.licenses.isc;
    platforms = lib.platforms.linux;
    platforms = lib.platforms.unix;
    mainProgram = "imapgoose";
    maintainers = with lib.maintainers; [
      philocalyst
      bobberb
    ];
  };