From a2b41d9119b955af788464aa61242b629ba2106a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 27 May 2020 10:32:39 -0400 Subject: d/control: add Homepage field If mailscripts ever grows a proper webpage that's not just a Vcs, we can change the Homepage: field to point to it at that time. In the meantime, point to the most visible web resource available to the project. It's redundant with the Vcs-Browser: field, but this is still useful for anyone who is searching just the Homepage: fields for information about the projects in debian. Signed-off-by: Daniel Kahn Gillmor --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 739d073..3a549a3 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: python3-pgpy , Vcs-Git: https://git.spwhitton.name/mailscripts Vcs-Browser: https://git.spwhitton.name/mailscripts +Homepage: https://git.spwhitton.name/mailscripts Package: elpa-mailscripts Architecture: all -- cgit v1.2.3