* [bug#29166] [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/.
@ 2017-11-06 9:43 Oleg Pykhalov
2017-11-06 9:46 ` [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to Oleg Pykhalov
0 siblings, 1 reply; 4+ messages in thread
From: Oleg Pykhalov @ 2017-11-06 9:43 UTC (permalink / raw)
To: 29166
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/. --]
[-- Type: text/x-patch, Size: 970 bytes --]
From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Mon, 6 Nov 2017 12:41:31 +0300
Subject: [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/.
$ dig expect.nist.gov
; <<>> DiG 9.11.2 <<>> expect.nist.gov
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 19287
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;expect.nist.gov. IN A
;; AUTHORITY SECTION:
nist.gov. 46 IN SOA gm.nist.gov. netops.nist.gov. 1820885 10800 1080 2419200 300
;; Query time: 32 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Nov 06 12:37:04 MSK 2017
;; MSG SIZE rcvd: 90
Oleg Pykhalov (1):
gnu: expect: Change home-page to http://expect.sourceforge.net/.
gnu/packages/tcl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.14.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to
2017-11-06 9:43 [bug#29166] [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/ Oleg Pykhalov
@ 2017-11-06 9:46 ` Oleg Pykhalov
2017-11-06 21:35 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Oleg Pykhalov @ 2017-11-06 9:46 UTC (permalink / raw)
To: bug#29166
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 1/1] gnu: expect: Change home-page to --]
[-- Type: text/x-patch, Size: 881 bytes --]
From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Mon, 6 Nov 2017 12:33:23 +0300
Subject: [PATCH 1/1] gnu: expect: Change home-page to
http://expect.sourceforge.net/.
* gnu/packages/tcl.scm (expect): Change home-page to
http://expect.sourceforge.net/.
---
gnu/packages/tcl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 8439841b4..8591ff808 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -124,7 +124,7 @@
#t)))
#:test-target "test"))
- (home-page "http://expect.nist.gov/")
+ (home-page "http://expect.sourceforge.net/")
(synopsis "Tool for automating interactive applications")
(description
"Expect is a tool for automating interactive applications such as
--
2.14.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to
2017-11-06 9:46 ` [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to Oleg Pykhalov
@ 2017-11-06 21:35 ` Marius Bakke
2017-11-07 16:15 ` Oleg Pykhalov
0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2017-11-06 21:35 UTC (permalink / raw)
To: Oleg Pykhalov, bug#29166
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
Oleg Pykhalov <go.wigust@gmail.com> writes:
> From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust@gmail.com>
> Date: Mon, 6 Nov 2017 12:33:23 +0300
> Subject: [PATCH 1/1] gnu: expect: Change home-page to
> http://expect.sourceforge.net/.
>
> * gnu/packages/tcl.scm (expect): Change home-page to
> http://expect.sourceforge.net/.
> ---
> gnu/packages/tcl.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
> index 8439841b4..8591ff808 100644
> --- a/gnu/packages/tcl.scm
> +++ b/gnu/packages/tcl.scm
> @@ -124,7 +124,7 @@
> #t)))
>
> #:test-target "test"))
> - (home-page "http://expect.nist.gov/")
> + (home-page "http://expect.sourceforge.net/")
Alternatively we could use this URL:
<https://www.nist.gov/services-resources/software/expect>
But, it links the the proposed update as the home page, so LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to
2017-11-06 21:35 ` Marius Bakke
@ 2017-11-07 16:15 ` Oleg Pykhalov
0 siblings, 0 replies; 4+ messages in thread
From: Oleg Pykhalov @ 2017-11-07 16:15 UTC (permalink / raw)
To: Marius Bakke; +Cc: bug#29166
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
Hello Marius,
Thank you for review.
Marius Bakke <mbakke@fastmail.com> writes:
> Alternatively we could use this URL:
>
> <https://www.nist.gov/services-resources/software/expect>
>
> But, it links the the proposed update as the home page, so LGTM.
OK, pushed as ad54924285e204f983a5dd6d8ebe56b5607f1de9
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-07 16:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-06 9:43 [bug#29166] [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/ Oleg Pykhalov
2017-11-06 9:46 ` [bug#29166] [PATCH 1/1] gnu: expect: Change home-page to Oleg Pykhalov
2017-11-06 21:35 ` Marius Bakke
2017-11-07 16:15 ` Oleg Pykhalov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).