* [bug#38329] [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.
@ 2019-11-22 21:25 Brett Gilio
2019-11-22 22:04 ` bug#38329: [bug#38328] [bug#38329] Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Brett Gilio @ 2019-11-22 21:25 UTC (permalink / raw)
To: 38329
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 2/2] gnu: polyml: Use HTTPS home page URI. --]
[-- Type: text/x-patch, Size: 949 bytes --]
From cf2373e97c26838892b2a9e1bd300e73616a2a4d Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 22 Nov 2019 15:24:13 -0600
Subject: [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.
* gnu/packages/sml.scm (polyml)[home-page]: Use HTTPS URI.
---
gnu/packages/sml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm
index fd1ba4a539..30ee58c498 100644
--- a/gnu/packages/sml.scm
+++ b/gnu/packages/sml.scm
@@ -66,7 +66,7 @@
make-flags)
make-flags))
(apply system* "make" (append flags (list "compiler"))))))))
- (home-page "http://www.polyml.org/")
+ (home-page "https://www.polyml.org/")
(synopsis "Standard ML implementation")
(description "Poly/ML is a Standard ML implementation. It is fully
compatible with the ML97 standard. It includes a thread library, a foreign
--
2.24.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#38329: [bug#38328] [bug#38329]
2019-11-22 21:25 [bug#38329] [PATCH 2/2] gnu: polyml: Use HTTPS home page URI Brett Gilio
@ 2019-11-22 22:04 ` Tobias Geerinckx-Rice via Guix-patches via
2019-11-22 22:05 ` brettg
0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2019-11-22 22:04 UTC (permalink / raw)
To: 38329-done, 38328-done, Brett Gilio
[-- Attachment #1: Type: text/plain, Size: 544 bytes --]
Brett,
Brett Gilio 写道:
> [PATCH 1/2] gnu: polyml: Update to 5.8.
> [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.
Pushed as 8717fb8d5f30915999869e80782ae0fcf1c6698d et al.
You opened two separate bugs for this series, which was probably
not your intention.
You can avoid this by sending a ‘cover letter’ (which can be
whatever you want) to guix-patches@, waiting for the response, and
then doing something like ‘git send-email to=nnnn@debbugs.gnu.org
…’ to send the actual patches.
Thanks!
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#38328] [bug#38329]
2019-11-22 22:04 ` bug#38329: [bug#38328] [bug#38329] Tobias Geerinckx-Rice via Guix-patches via
@ 2019-11-22 22:05 ` brettg
0 siblings, 0 replies; 3+ messages in thread
From: brettg @ 2019-11-22 22:05 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 38329-done, 38328-done
On 22.11.2019 23:04, Tobias Geerinckx-Rice wrote:
> Brett,
>
> Brett Gilio 写道:
>> [PATCH 1/2] gnu: polyml: Update to 5.8.
>> [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.
>
> Pushed as 8717fb8d5f30915999869e80782ae0fcf1c6698d et al.
>
> You opened two separate bugs for this series, which was probably not
> your intention.
>
> You can avoid this by sending a ‘cover letter’ (which can be whatever
> you want) to guix-patches@, waiting for the response, and then doing
> something like ‘git send-email to=nnnn@debbugs.gnu.org …’ to send the
> actual patches.
>
> Thanks!
>
> T G-R
Oh right! I always forget that convention.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-22 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-22 21:25 [bug#38329] [PATCH 2/2] gnu: polyml: Use HTTPS home page URI Brett Gilio
2019-11-22 22:04 ` bug#38329: [bug#38328] [bug#38329] Tobias Geerinckx-Rice via Guix-patches via
2019-11-22 22:05 ` brettg
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.