diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:28:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-12 04:57:43 +0100 |
commit | a30f20d49cd1503841182d9da3ea148aaa329df6 (patch) | |
tree | 31c44bcfe101e6408dd9c8f6d1d0e63d1701bdc7 /gnu/packages/emulators.scm | |
parent | f930814afae8e20125dab58b060a691ea8398e26 (diff) | |
download | guix-a30f20d49cd1503841182d9da3ea148aaa329df6.tar.gz guix-a30f20d49cd1503841182d9da3ea148aaa329df6.zip |
gnu: dosbox: Use HTTPS home page.
* gnu/packages/emulators.scm (dosbox)[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 7e4c98fbc7..a46ae910cd 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -266,7 +266,7 @@ turbo speed, networked multiplayer, and graphical enhancements.") ("alsa-lib" ,alsa-lib) ("glu" ,glu) ("mesa" ,mesa))) - (home-page "http://www.dosbox.com") + (home-page "https://www.dosbox.com") (synopsis "X86 emulator with CGA/EGA/VGA/etc. graphics and sound") (description "DOSBox is a DOS-emulator that uses the SDL library. DOSBox also emulates CPU:286/386 realmode/protected mode, Directory |