diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:08:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-12 04:57:44 +0100 |
commit | cf580e5ebf0ad7734bf9c1efabff994d5d69f6e9 (patch) | |
tree | 97035b2f46beebdda1b13959e6f1f5abfd0aff83 /gnu/packages/emulators.scm | |
parent | a30f20d49cd1503841182d9da3ea148aaa329df6 (diff) | |
download | guix-cf580e5ebf0ad7734bf9c1efabff994d5d69f6e9.tar.gz guix-cf580e5ebf0ad7734bf9c1efabff994d5d69f6e9.zip |
gnu: mame: Use HTTPS home page.
* gnu/packages/emulators.scm (mame)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index a46ae910cd..3591b1740c 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1453,7 +1453,7 @@ play them on systems for which they were never designed!") ("sqlite" ,sqlite) ("utf8proc" ,utf8proc) ("zlib" ,zlib))) - (home-page "http://mamedev.org/") + (home-page "https://www.mamedev.org") (synopsis "Multi-purpose emulation framework") (description "MAME's purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME |