diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:01:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 01:42:51 +0100 |
commit | b2ce10e3a92e1590f7e6c8344a7c20c682a512ba (patch) | |
tree | 95313c74575e26c1886b18b053ef3a54b6b3ddfd /gnu | |
parent | a4fdde47cc248678d176926817ef238485b7d7d9 (diff) | |
download | patches-b2ce10e3a92e1590f7e6c8344a7c20c682a512ba.tar patches-b2ce10e3a92e1590f7e6c8344a7c20c682a512ba.tar.gz |
gnu: yasm: Use HTTPS home page.
* gnu/packages/assembly.scm (yasm)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/assembly.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 1ad49baf8e..0fdddc88e9 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -111,7 +111,7 @@ has strong support for macros.") (inputs `(("python" ,python-wrapper) ("xmlto" ,xmlto))) - (home-page "http://yasm.tortall.net/") + (home-page "https://yasm.tortall.net/") (synopsis "Rewrite of the NASM assembler") (description "Yasm is a complete rewrite of the NASM assembler. |