[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add isync.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add isync. |
Date: |
Thu, 12 Mar 2015 21:24:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Tomáš Čech <address@hidden> skribis:
> * gnu/packages/mail.scm (isync): New variable.
[...]
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "http://downloads.sourceforge.net/project/isync/isync/"
> + version "/isync-" version ".tar.gz"))
Please use mirror://sourceforge instead.
> + (synopsis
> + "Mailbox synchronization program")
Can fit in one line.
> + (description
> + "isync/mbsync is command line tool for two way synchronization of
“two-way”
> + (license gpl2)))
GPLv2-only? Do file headers have the “or later” wording?
OK to push with these changes.
Thanks,
Ludo’.