about summary refs log tree commit diff
path: root/pkgs/applications/audio/espeak-ng
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-11-07 09:07:43 +0000
committerJan Malakhovski <oxij@oxij.org>2018-11-08 05:20:19 +0000
commitf623f8c51e9564932e021a3fb00f9cc89ae3de36 (patch)
treed9fecdd5f50d481c7a08792f3b97691e78749817 /pkgs/applications/audio/espeak-ng
parent2f5e4c733b1aa2caeb07c4c7637050a8e82dd506 (diff)
espeak-ng: tiny cleanup
Diffstat (limited to 'pkgs/applications/audio/espeak-ng')
-rw-r--r--pkgs/applications/audio/espeak-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/espeak-ng/default.nix b/pkgs/applications/audio/espeak-ng/default.nix
index f4160ff6f8081..5d0af8cf17ab4 100644
--- a/pkgs/applications/audio/espeak-ng/default.nix
+++ b/pkgs/applications/audio/espeak-ng/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Open source speech synthesizer that supports over 70 languages, based on eSpeak";
-    homepage = https://github.com/espeak-ng/espeak-ng;
+    homepage = src.meta.homepage;
     license = licenses.gpl3;
     maintainers = with maintainers; [ aske ];
     platforms = platforms.linux;