gnu: bastet: Use HTTPS home page.
* gnu/packages/games.scm (bastet)[home-page]: Use HTTPS.
This commit is contained in:
parent
287e3d3124
commit
16b84f54bd
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ physics settings to tweak as well.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
(home-page "http://fph.altervista.org/prog/bastet.html")
|
(home-page "https://fph.altervista.org/prog/bastet.html")
|
||||||
(synopsis "Antagonistic Tetris-style falling brick game for text terminals")
|
(synopsis "Antagonistic Tetris-style falling brick game for text terminals")
|
||||||
(description
|
(description
|
||||||
"Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick
|
"Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick
|
||||||
|
|
Reference in a new issue