summary refs log tree commit diff
path: root/pkgs/applications/audio/game-music-emu
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/game-music-emu')
-rw-r--r--pkgs/applications/audio/game-music-emu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/game-music-emu/default.nix b/pkgs/applications/audio/game-music-emu/default.nix
index d95b3eea596..51f895ea2d5 100644
--- a/pkgs/applications/audio/game-music-emu/default.nix
+++ b/pkgs/applications/audio/game-music-emu/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ cmake ];
 
   meta = with stdenv.lib; {
-    homepage = https://bitbucket.org/mpyne/game-music-emu/wiki/Home;
+    homepage = "https://bitbucket.org/mpyne/game-music-emu/wiki/Home";
     description = "A collection of video game music file emulators";
     license = licenses.lgpl21Plus;
     platforms = platforms.all;