about summary refs log tree commit diff
path: root/pkgs/games/banner
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-07 13:35:51 +0700
committerBen Siraphob <bensiraphob@gmail.com>2022-01-07 16:45:50 +0700
commitc9339da1d11f784b198d80d59177fbdc6b5a977e (patch)
tree5ee5ee3bdc952cd207ffa9ea8377bb5c340c4103 /pkgs/games/banner
parentce4535e01eef55cb5e653b20144b617d5011a319 (diff)
banner: update homepage
Diffstat (limited to 'pkgs/games/banner')
-rw-r--r--pkgs/games/banner/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/banner/default.nix b/pkgs/games/banner/default.nix
index 613947c677a5f..befb29f6ffc91 100644
--- a/pkgs/games/banner/default.nix
+++ b/pkgs/games/banner/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
-    homepage = "https://software.cedar-solutions.com/utilities.html";
+    homepage = "https://github.com/pronovic/banner";
     description = "Print large banners to ASCII terminals";
     license = licenses.gpl2Only;