From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 24B826DE0F6C for ; Sun, 10 Nov 2019 09:38:03 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.372 X-Spam-Level: X-Spam-Status: No, score=-1.372 tagged_above=-999 required=5 tests=[AWL=1.129, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Sg_Vyo9rkm1 for ; Sun, 10 Nov 2019 09:38:00 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 246A16DE0F5A for ; Sun, 10 Nov 2019 09:38:00 -0800 (PST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1573407476; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=efVKBa8ORdQP9cf14Qu4d2aUGxYY0CJs1u0Rxbf/6FI=; b=fkQ2B0x3GM8gKu00UsdLkqIE4b/Gbn/XXwamKwJKwgdGk8XtBh6CDkWX DROzH1zz/H8fsbSG4xqzSviDlCGZCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1573407476; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=efVKBa8ORdQP9cf14Qu4d2aUGxYY0CJs1u0Rxbf/6FI=; b=uny/6jdptjhbnBDOq4xQiZGK9B3krXDWbLgTe0Ho/Af8rKPgfFIkIEaH RBPdKoZWP+0DdlIM5MeZR6QKSkvruTFrl5VJjfdsaAzhKbJRLjNMWurs8l M/ytKVzY5GEMOxaDhpDLr+U+9nb0ad8IQxoCN+fvjKRNtwFX01AMCqVZmC iPt8wrAdmusyj5Qlf5op1dDfXoWZfZXrXrpT8QBaHjJWoegyW331tmssUh okynsESvSAl6MyQAX/DEQkdkZmTNW9/p6hPLghey8WXLEWeAOgL2OhSOdL 5p07i+1ABOZdysS7tRhaC4ipoJJqS8joGUx/C2qHxaq1zJO6HljjcA== Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net [108.58.6.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 8A4E7F9A5 for ; Sun, 10 Nov 2019 12:37:56 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id EBD75207E7; Sun, 10 Nov 2019 12:37:53 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 5/6] debian/copyright: use secure git URL Date: Sun, 10 Nov 2019 12:37:47 -0500 Message-Id: <20191110173748.25792-6-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191110173748.25792-1-dkg@fifthhorseman.net> References: <20191110173748.25792-1-dkg@fifthhorseman.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2019 17:38:03 -0000 Signed-off-by: Daniel Kahn Gillmor --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 0931d9b9..a88ce1dc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: notmuch -Source: git://notmuchmail.org/git/notmuch +Source: https://git.notmuchmail.org/git/notmuch Upstream-Contact: Notmuch Mailing List Files: * -- 2.24.0