diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-09 03:02:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:26 +0700 |
commit | 5e9788141de15694e695f44f01da9a69520bc63a (patch) | |
tree | ba52932d0e6ca30e623ed20bc529090ea0e44c42 /games/fortune_firefly | |
parent | f82a9c108c859be8fae5d74b4f234843cf8f56a5 (diff) | |
download | slackbuilds-5e9788141de15694e695f44f01da9a69520bc63a.tar.gz |
games/fortune_firefly: Fix homepage.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/fortune_firefly')
-rw-r--r-- | games/fortune_firefly/fortune_firefly.SlackBuild | 3 | ||||
-rw-r--r-- | games/fortune_firefly/fortune_firefly.info | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/games/fortune_firefly/fortune_firefly.SlackBuild b/games/fortune_firefly/fortune_firefly.SlackBuild index ad9f15328e..13f86ce905 100644 --- a/games/fortune_firefly/fortune_firefly.SlackBuild +++ b/games/fortune_firefly/fortune_firefly.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180209 bkw: homepage went away again, use someone's github mirror +# of the now-vanished fedora repo. + # 20140825 bkw: # - update for 2.1.2, which fixes some typos # - hosting the source myself now diff --git a/games/fortune_firefly/fortune_firefly.info b/games/fortune_firefly/fortune_firefly.info index c517f83646..38e3840afa 100644 --- a/games/fortune_firefly/fortune_firefly.info +++ b/games/fortune_firefly/fortune_firefly.info @@ -1,6 +1,6 @@ PRGNAM="fortune_firefly" VERSION="2.1.2" -HOMEPAGE="http://pkgs.fedoraproject.org/cgit/rpms/fortune-firefly.git/" +HOMEPAGE="https://github.com/AndrewReitz/fortune-firefly" DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/firefly-2.1.2.xz" MD5SUM="68e2c4ec035043ba3a0bab0a2b5f64b8" DOWNLOAD_x86_64="" |