summaryrefslogtreecommitdiffstats
path: root/pkgs/games/banner
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-08-22 15:41:51 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-08-22 16:07:54 +0200
commit7dfbfb648328a4fba6c64bc02b2dce59dd02e59d (patch)
treedb302dae4e68465fec3afae1fa009af31b6351ab /pkgs/games/banner
parent237f52b5026c9fc5e619186897952a9205eb482b (diff)
banner: fix 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 084dd37d3224..613947c677a5 100644
--- a/pkgs/games/banner/default.nix
+++ b/pkgs/games/banner/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
- homepage = "http://software.cedar-solutions.com/utilities.html";
+ homepage = "https://software.cedar-solutions.com/utilities.html";
description = "Print large banners to ASCII terminals";
license = licenses.gpl2Only;