about summary refs log tree commit diff
path: root/pkgs/applications/misc/ssocr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/ssocr/default.nix')
-rw-r--r--pkgs/applications/misc/ssocr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ssocr/default.nix b/pkgs/applications/misc/ssocr/default.nix
index bb1655b44632f..c52573785ef66 100644
--- a/pkgs/applications/misc/ssocr/default.nix
+++ b/pkgs/applications/misc/ssocr/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Seven Segment Optical Character Recognition";
-    homepage = https://github.com/auerswal/ssocr;
+    homepage = "https://github.com/auerswal/ssocr";
     license = licenses.gpl3;
     maintainers = [ maintainers.kroell ];
   };