summary refs log tree commit diff
path: root/pkgs/misc/emulators/ppsspp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/ppsspp/default.nix')
-rw-r--r--pkgs/misc/emulators/ppsspp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/ppsspp/default.nix b/pkgs/misc/emulators/ppsspp/default.nix
index 611cc84325c..ac11b574ca1 100644
--- a/pkgs/misc/emulators/ppsspp/default.nix
+++ b/pkgs/misc/emulators/ppsspp/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec{
   installPhase = "mkdir -p $out/bin && cp ppsspp $out/bin";
 
   meta = {
-    homepage = "http://www.ppsspp.org/";
+    homepage = http://www.ppsspp.org/;
     description = "A PSP emulator, the Qt4 version";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ fuuzetsu AndersonTorres ];