summary refs log tree commit diff
path: root/pkgs/misc/talkfilters
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-03 22:11:48 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-03 22:36:56 +0200
commit34831e0537f8f0edb3460c3a1650a23339419234 (patch)
tree649ac44e51062d2dc22d222994804dca6c0271f2 /pkgs/misc/talkfilters
parentee8b87a3596c4011e0be33ff9acd3d0c06cc27eb (diff)
downloadnixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar.gz
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar.bz2
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar.lz
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar.xz
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.tar.zst
nixpkgs-34831e0537f8f0edb3460c3a1650a23339419234.zip
talkfilters: update homepage
Diffstat (limited to 'pkgs/misc/talkfilters')
-rw-r--r--pkgs/misc/talkfilters/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/talkfilters/default.nix b/pkgs/misc/talkfilters/default.nix
index 4b3158b7a3d..8154e417e06 100644
--- a/pkgs/misc/talkfilters/default.nix
+++ b/pkgs/misc/talkfilters/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Converts English text into text that mimics a stereotyped or humorous dialect";
-    homepage = "http://http://www.hyperrealm.com/${pname}";
+    homepage = http://www.hyperrealm.com/talkfilters/talkfilters.html;
     license = stdenv.lib.licenses.gpl2;
     maintainers = with stdenv.lib.maintainers; [ ikervagyok ];
     platforms = with stdenv.lib.platforms; unix;