mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: microcom: Use HTTPS home page.
* gnu/packages/microcom.scm (microcom)[home-page]: Use HTTPS.
This commit is contained in:
parent
d9a746d43d
commit
fc1ca29da3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ (define-public microcom
|
||||||
(inputs `(("readline" ,readline)))
|
(inputs `(("readline" ,readline)))
|
||||||
(native-inputs `(("automake" ,automake)
|
(native-inputs `(("automake" ,automake)
|
||||||
("autoconf" ,autoconf)))
|
("autoconf" ,autoconf)))
|
||||||
(home-page "http://git.pengutronix.de/?p=tools/microcom.git")
|
(home-page "https://git.pengutronix.de/?p=tools/microcom.git")
|
||||||
(synopsis "Minimalistic serial line terminal program")
|
(synopsis "Minimalistic serial line terminal program")
|
||||||
(description "Microcom is a minimalistic terminal program for accessing
|
(description "Microcom is a minimalistic terminal program for accessing
|
||||||
devices via a serial connection. It features connection via RS232 serial
|
devices via a serial connection. It features connection via RS232 serial
|
||||||
|
|
Loading…
Reference in a new issue