From 84e6aed763d710c143ae46edef6d963e70962d9c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 5 Jul 2020 16:53:50 +0200 Subject: [PATCH] Add reference to code license in aerc formula --- Formula/aerc-contacts.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/aerc-contacts.rb b/Formula/aerc-contacts.rb index 45830f8..8d0dba0 100644 --- a/Formula/aerc-contacts.rb +++ b/Formula/aerc-contacts.rb @@ -4,6 +4,7 @@ class AercContacts < Formula url "https://git.sr.ht/~crocmagnon/aerc-contacts-macos", :tag => "0.1.0", :using => :git sha256 "d415b1ac07865941fe3db77d2f1d2888d47f03759959bde47bbc7b6f2146945c" head "https://git.sr.ht/~crocmagnon/aerc-contacts-macos", :using => :git + license "MIT" depends_on :xcode => ["10.0", :build]