guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26872: [PATCH 1/4] gnu: libpwquality: fix source URL.


From: Leo Famulari
Subject: bug#26872: [PATCH 1/4] gnu: libpwquality: fix source URL.
Date: Wed, 10 May 2017 23:48:56 -0400
User-agent: Mutt/1.8.2 (2017-04-18)

On Wed, May 10, 2017 at 10:41:37PM -0400, Ethan R. Jones wrote:

Thanks! Pushed as c18594dd95f98624b09b51ef5f8aea0a0d4d1743 with the
following cosmetic changes:

First, I filled out all the details in the commit message so it meets
our conventions:

    gnu: libpwquality: Update source and home-page URLs.
    
    * gnu/packages/password-utils.scm (libpwquality)[source]: Update URL.
    [home-page]: Update URL.
    
    Signed-off-by: Leo Famulari <address@hidden>

This "ChangeLog" format is mentioned in the Guix manual under
'Submitting Patches'. I usually read older, similar commits when I'm
unsure.

>                (uri (list
> -                    (string-append "https://fedorahosted.org/releases/l/i/";
> -                                   name "/" name "-" version ".tar.bz2")
> +                    (string-append "https://github.com/";
> +                                   name
> +                                   "/"
> +                                   name
> +                                   "/releases/download/"
> +                                   name  "-" version
> +                                   "/"
> +                                   name "-" version ".tar.bz2")

I collapsed this to use fewer lines.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]