gnu: dosbox: Use HTTPS home page.
* gnu/packages/emulators.scm (dosbox)[home-page]: Use HTTPS.
This commit is contained in:
parent
f930814afa
commit
a30f20d49c
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ turbo speed, networked multiplayer, and graphical enhancements.")
|
||||||
("alsa-lib" ,alsa-lib)
|
("alsa-lib" ,alsa-lib)
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("mesa" ,mesa)))
|
("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")
|
(synopsis "X86 emulator with CGA/EGA/VGA/etc. graphics and sound")
|
||||||
(description "DOSBox is a DOS-emulator that uses the SDL library. DOSBox
|
(description "DOSBox is a DOS-emulator that uses the SDL library. DOSBox
|
||||||
also emulates CPU:286/386 realmode/protected mode, Directory
|
also emulates CPU:286/386 realmode/protected mode, Directory
|
||||||
|
|
Reference in a new issue