summary refs log tree commit diff
path: root/pkgs/data/themes/numix-solarized/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/themes/numix-solarized/default.nix')
-rw-r--r--pkgs/data/themes/numix-solarized/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/numix-solarized/default.nix b/pkgs/data/themes/numix-solarized/default.nix
index 0596141da80..ae8a1d7145e 100644
--- a/pkgs/data/themes/numix-solarized/default.nix
+++ b/pkgs/data/themes/numix-solarized/default.nix
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
       and icons to use the solarized theme with a solarized green accent color.
       This theme supports both the dark and light theme, just as Numix proper.
     '';
-    homepage = https://github.com/Ferdi265/numix-solarized-gtk-theme;
-    downloadPage = https://github.com/Ferdi265/numix-solarized-gtk-theme/releases;
+    homepage = "https://github.com/Ferdi265/numix-solarized-gtk-theme";
+    downloadPage = "https://github.com/Ferdi265/numix-solarized-gtk-theme/releases";
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = [ maintainers.offline ];