gnu: freedroid: Use HTTPS home page URI.
* gnu/packages/games.scm (freedroid)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
ef7eaeedc0
commit
1e4785452c
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ effects and music to make a completely free game.")
|
||||||
("sdl-image" ,sdl-image)
|
("sdl-image" ,sdl-image)
|
||||||
("sdl-mixer" ,sdl-mixer)
|
("sdl-mixer" ,sdl-mixer)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://www.freedroid.org/")
|
(home-page "https://www.freedroid.org/")
|
||||||
(synopsis "Isometric role-playing game against killer robots")
|
(synopsis "Isometric role-playing game against killer robots")
|
||||||
(description
|
(description
|
||||||
"Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics.
|
"Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics.
|
||||||
|
|
Reference in a new issue