summary refs log tree commit diff
path: root/pkgs/applications/misc/sc-im
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/sc-im')
-rw-r--r--pkgs/applications/misc/sc-im/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/sc-im/default.nix b/pkgs/applications/misc/sc-im/default.nix
index 19fc62d1238..1ed6e4d70c9 100644
--- a/pkgs/applications/misc/sc-im/default.nix
+++ b/pkgs/applications/misc/sc-im/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = "https://github.com/andmarti1424/sc-im";
+    homepage = https://github.com/andmarti1424/sc-im;
     description = "SC-IM - Spreadsheet Calculator Improvised - SC fork";
     license = licenses.bsdOriginal;
     maintainers = [ maintainers.matthiasbeyer ];