Loading pkgs/by-name/go/goimapnotify/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildGoModule rec { src = fetchFromGitLab { owner = "shackra"; repo = "goimapnotify"; rev = version; tag = version; hash = "sha256-RHTOieuw4ZeM1hKHUobMIzAKQ2ZgqIaJMoemF6JY8Vg="; }; Loading @@ -27,6 +27,7 @@ buildGoModule rec { meta = with lib; { description = "Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE"; homepage = "https://gitlab.com/shackra/goimapnotify"; changelog = "https://gitlab.com/shackra/goimapnotify/-/blob/${src.tag}/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ wohanley Loading Loading
pkgs/by-name/go/goimapnotify/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildGoModule rec { src = fetchFromGitLab { owner = "shackra"; repo = "goimapnotify"; rev = version; tag = version; hash = "sha256-RHTOieuw4ZeM1hKHUobMIzAKQ2ZgqIaJMoemF6JY8Vg="; }; Loading @@ -27,6 +27,7 @@ buildGoModule rec { meta = with lib; { description = "Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE"; homepage = "https://gitlab.com/shackra/goimapnotify"; changelog = "https://gitlab.com/shackra/goimapnotify/-/blob/${src.tag}/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ wohanley Loading