all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39518] [PATCH] update musl URL
@ 2020-02-09  9:06 Vincent Legoll
  2020-02-09  9:13 ` [bug#39518] [PATCH] add S-O-B Vincent Legoll
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-02-09  9:06 UTC (permalink / raw)
  To: 39518

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

The following patch updates the package home-page URL

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-musl-update-home-page-URL.patch --]
[-- Type: text/x-patch, Size: 1024 bytes --]

From caf13a520d6fc8987916aa2e8c5febd9a06ba7c1 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

---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#39518] [PATCH] add S-O-B
  2020-02-09  9:06 [bug#39518] [PATCH] update musl URL Vincent Legoll
@ 2020-02-09  9:13 ` Vincent Legoll
  2020-02-09 19:37   ` bug#39518: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-02-09  9:13 UTC (permalink / raw)
  To: 39518

[-- Attachment #1: Type: text/plain, Size: 48 bytes --]

here is is patch with S-O-B

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-musl-update-home-page-URL.patch --]
[-- Type: text/x-patch, Size: 1081 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#39518: [PATCH] add S-O-B
  2020-02-09  9:13 ` [bug#39518] [PATCH] add S-O-B Vincent Legoll
@ 2020-02-09 19:37   ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-02-09 19:37 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 39518-done

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-09 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09  9:06 [bug#39518] [PATCH] update musl URL Vincent Legoll
2020-02-09  9:13 ` [bug#39518] [PATCH] add S-O-B Vincent Legoll
2020-02-09 19:37   ` bug#39518: " Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.