about summary refs log tree commit diff
path: root/pkgs/tools/misc/ponysay
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-12-08 17:50:31 +0100
committerJon <jonringer@users.noreply.github.com>2019-12-08 10:21:29 -0800
commit69b393ace512f7d08e31ff2b02b015d39f49fcdf (patch)
treec84be8f01c69b75d031252ef72ee5334504f1a45 /pkgs/tools/misc/ponysay
parentfd0e1eef2826f95aa12f3177ce3a6d9b72f63711 (diff)
Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
Diffstat (limited to 'pkgs/tools/misc/ponysay')
-rw-r--r--pkgs/tools/misc/ponysay/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ponysay/default.nix b/pkgs/tools/misc/ponysay/default.nix
index 1aa7dbedd9300..3fc3efa0eda00 100644
--- a/pkgs/tools/misc/ponysay/default.nix
+++ b/pkgs/tools/misc/ponysay/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Cowsay reimplemention for ponies";
-    homepage = http://erkin.co/ponysay/;
+    homepage = "https://github.com/erkin/ponysay";
     license = stdenv.lib.licenses.gpl3;
     maintainers = with stdenv.lib.maintainers; [ bodil ];
     platforms = with stdenv.lib.platforms; unix;