diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:08:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 05:36:09 +0100 |
commit | 16b84f54bd870b938a1c1ede6fefcfff84a504f5 (patch) | |
tree | 94a859d715a5e699ea7a4d93314be2fb3b72f03f /gnu/packages/games.scm | |
parent | 287e3d312440a103e8ca1e14b5b09a0ce0124e5e (diff) |
gnu: bastet: Use HTTPS home page.
* gnu/packages/games.scm (bastet)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9b4ff4df9a..f9c846d307 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -383,7 +383,7 @@ physics settings to tweak as well.") (inputs `(("boost" ,boost) ("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") (description "Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick |