summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-08-17 15:01:41 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-17 15:04:41 -0700
commit42ca24dad5b16513318ec588a0534f84730d16ac (patch)
tree3eaed8b0dd06e57320ce4e83115a0d233d0ed096
parent82f4a96b00de7299ef06f35fe06e84eb06682f67 (diff)
downloadnixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar.gz
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar.bz2
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar.lz
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar.xz
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.tar.zst
nixpkgs-42ca24dad5b16513318ec588a0534f84730d16ac.zip
paper: use https for homepage
-rw-r--r--pkgs/misc/themes/paper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/themes/paper/default.nix b/pkgs/misc/themes/paper/default.nix
index 3a337520d93..8bcb48812a3 100644
--- a/pkgs/misc/themes/paper/default.nix
+++ b/pkgs/misc/themes/paper/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A modern desktop theme suite featuring a mostly flat with a minimal use of shadows for depth";
-    homepage = http://snwh.org/paper;
+    homepage = https://snwh.org/paper;
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = [ maintainers.simonvandel maintainers.romildo ];