diff options
-rw-r--r-- | arm-linux-gnueabi-toolchain/README.md | 4 | ||||
-rw-r--r-- | guix/INSTALL.md | 2 | ||||
-rw-r--r-- | guix/README.md | 2 | ||||
-rw-r--r-- | guix/guile-json/guile-json.spec | 5 | ||||
-rw-r--r-- | tcc/README.md | 2 | ||||
-rw-r--r-- | tcc/tcc/tcc.spec | 5 |
6 files changed, 11 insertions, 9 deletions
diff --git a/arm-linux-gnueabi-toolchain/README.md b/arm-linux-gnueabi-toolchain/README.md index 7e0b64f..58b636b 100644 --- a/arm-linux-gnueabi-toolchain/README.md +++ b/arm-linux-gnueabi-toolchain/README.md @@ -3,5 +3,5 @@ GNU/Linux running on 32-bit ARM CPU. Binaries built by this toolchain should be able to run on Fedora ARM. Specs used to build packages in this repository are largely based on scripts -provided by [crosstool-NG](http://crosstool-ng.org/). All packages are built -directly from upstream tarballs without patches. +provided by [crosstool-NG](https://crosstool-ng.github.io/). All packages are +built directly from upstream tarballs without patches. diff --git a/guix/INSTALL.md b/guix/INSTALL.md index 787a43b..d52591c 100644 --- a/guix/INSTALL.md +++ b/guix/INSTALL.md @@ -8,6 +8,6 @@ Start the `guix-daemon` by using systemd or manually running command will create most necessary files and directories when you first using it. If you want to use prebuilt packages provided by -[GNU Hydra](http://hydra.gnu.org), you should run +[GNU Hydra](https://hydra.gnu.org), you should run `guix archive --authorize --import < /usr/share/guix/hydra.gnu.org.pub` as root before using `guix package`. diff --git a/guix/README.md b/guix/README.md index a728e43..a7ea431 100644 --- a/guix/README.md +++ b/guix/README.md @@ -1,2 +1,2 @@ -[GNU Guix](http://www.gnu.org/software/guix/): A purely functional package +[GNU Guix](https://www.gnu.org/software/guix/): A purely functional package manager for the GNU system. diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec index daadc6d..3775233 100644 --- a/guix/guile-json/guile-json.spec +++ b/guix/guile-json/guile-json.spec @@ -14,10 +14,10 @@ Requires: guile %description guile-json is a JSON module for Guile. It supports parsing and building JSON -documents according to the http://json.org specification. These are the main +documents according to the https://json.org specification. These are the main features: -- Strictly complies to http://json.org specification. +- Strictly complies to https://json.org specification. - Build JSON documents programmatically via macros. - Unicode support for strings. - Allows JSON pretty printing. @@ -54,6 +54,7 @@ make %{?_smp_mflags} %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-5 - Use autosetup macro +- Use HTTPS links in description * Sun Dec 10 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-4 - Remove noarch because .go files are not architecture-independent diff --git a/tcc/README.md b/tcc/README.md index ed76e5b..5245d7b 100644 --- a/tcc/README.md +++ b/tcc/README.md @@ -1,2 +1,2 @@ -[Tiny C Compiler](http://bellard.org/tcc/) built with both the system compiler +[Tiny C Compiler](https://bellard.org/tcc/) built with both the system compiler and Tiny C Compiler itself. diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec index d6f7491..8e340cf 100644 --- a/tcc/tcc/tcc.spec +++ b/tcc/tcc/tcc.spec @@ -17,8 +17,8 @@ Summary: Tiny C Compiler Group: Development/Languages License: LGPLv2 -URL: http://bellard.org/tcc -Source0: http://download.savannah.gnu.org/releases/tinycc/%{pkg_name}-%{version}.tar.bz2 +URL: https://bellard.org/tcc +Source0: https://download.savannah.gnu.org/releases/tinycc/%{pkg_name}-%{version}.tar.bz2 BuildRequires: %{use_cc}, glibc-devel, texinfo, perl-podlators @@ -103,6 +103,7 @@ fi %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-14 - Use autosetup macro +- Use HTTPS to download the source * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-13 - Rebuilt for Fedora 27 and 28 |