diff mbox series

[bug#39518] add S-O-B

Message ID CAEwRq=q7ZuF3iS8Z3hYirsjAufDO_qd-tvRMRwxEybWvLNcNcA@mail.gmail.com
State Accepted
Headers show
Series [bug#39518] add S-O-B | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll Feb. 9, 2020, 9:13 a.m. UTC
here is is patch with S-O-B

Comments

ashish.is--- via Guix-patches" via Feb. 9, 2020, 7:37 p.m. UTC | #1
Vincent Legoll 写道:
> here is is patch with S-O-B

This is not necessary.  Signed-off-by is used in Guix when 
committing a patch by another author (usually because the author 
themselves lacks commit access):

  From: Vincent Legoll <vincent.legoll@gmail.com>
  Subject: <blah>

  <blaah>

  Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>

You never add it for yourself.  So I've applied your first 
version, added my own S-O-B, and tweaked the commit message:

- Split it into 2 parts: a 1-line summary and a ≥1-line 
  enumeration of the changes.
- Capitalised the sentences.

Pushed as 13c6f9c9885092fe693ad29b0fe1e807de11a548.

Thanks!

T G-R
diff mbox series

Patch

From 7aaaa79ee5f7773cb6093e21dc8fc26469a9809a Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 8 Feb 2020 18:08:08 +0100
Subject: [PATCH] gnu: musl: update home page URL * gnu/packages/musl.scm
 (musl)[home-page]: update URL

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 gnu/packages/musl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 6a6344efb5..7e4e27d00d 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -44,7 +44,7 @@ 
     (synopsis "Small C standard library")
     (description "musl is a simple and lightweight C standard library.  It
 strives to be correct in the sense of standards-conformance and safety.")
-    (home-page "https://www.musl-libc.org")
+    (home-page "https://musl.libc.org")
     ;; Musl as a whole is released under the Expat license.  Parts of it are
     ;; derived from various third-party projects that are released under
     ;; non-copyleft licenses.  See the COPYRIGHT file for details.
-- 
2.25.0