about summary refs log tree commit diff
path: root/pkgs/applications/audio/uade123/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/uade123/default.nix')
-rw-r--r--pkgs/applications/audio/uade123/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/uade123/default.nix b/pkgs/applications/audio/uade123/default.nix
index 844eea11f514..9130461e4d72 100644
--- a/pkgs/applications/audio/uade123/default.nix
+++ b/pkgs/applications/audio/uade123/default.nix
@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API";
-    homepage = http://zakalwe.fi/uade/;
+    homepage = "http://zakalwe.fi/uade/";
     license = licenses.gpl2;
     maintainers = [ stdenv.lib.maintainers.gnidorah ];
     platforms = stdenv.lib.platforms.unix;