aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-json
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-12-12 16:32:24 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-12-12 16:32:24 +0800
commitbaf94333b81c0ac3e01151c84313f1ad23e2fa45 (patch)
tree8d5071071c7f8ac15a20df052cbb92f009b8727f /guix/guile-json
parentc04b360a2e5ed05e3d2ee6ed4aa3c92aeb3ca5b4 (diff)
downloadcopr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar.gz
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar.bz2
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar.lz
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar.xz
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.tar.zst
copr-rpm-spec-baf94333b81c0ac3e01151c84313f1ad23e2fa45.zip
Use HTTPS links everywhere
Diffstat (limited to 'guix/guile-json')
-rw-r--r--guix/guile-json/guile-json.spec5
1 files changed, 3 insertions, 2 deletions
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