summary refs log tree commit diff
path: root/pkgs/data/themes/solarc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/themes/solarc/default.nix')
-rw-r--r--pkgs/data/themes/solarc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/solarc/default.nix b/pkgs/data/themes/solarc/default.nix
index 96843e8d78b..b8e937564a5 100644
--- a/pkgs/data/themes/solarc/default.nix
+++ b/pkgs/data/themes/solarc/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Solarized version of the Arc theme";
-    homepage = https://github.com/schemar/solarc-theme;
+    homepage = "https://github.com/schemar/solarc-theme";
     license = licenses.gpl3;
     maintainers = [ maintainers.bricewge ];
     platforms = platforms.linux;