summary refs log tree commit diff
path: root/pkgs/applications/video/mapmap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mapmap/default.nix')
-rw-r--r--pkgs/applications/video/mapmap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mapmap/default.nix b/pkgs/applications/video/mapmap/default.nix
index c302ae1730f..20ab4d75032 100644
--- a/pkgs/applications/video/mapmap/default.nix
+++ b/pkgs/applications/video/mapmap/default.nix
@@ -53,7 +53,7 @@ mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Open source video mapping software";
-    homepage = https://github.com/mapmapteam/mapmap;
+    homepage = "https://github.com/mapmapteam/mapmap";
     license = licenses.gpl3;
     maintainers = [ maintainers.erictapen ];
     platforms = platforms.linux;