about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:53:40 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:53:40 -0700
commit99c868c0103611c4286b8a612ec793b2d9d66885 (patch)
tree422325352e0525d7bcd9b630f1f5cbe34dd0a471 /pkgs/applications/window-managers
parent20b9c32856f78edd1ec06d28f0d9297b440e68bf (diff)
downloadnixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar.gz
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar.bz2
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar.lz
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar.xz
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.tar.zst
nixlib-99c868c0103611c4286b8a612ec793b2d9d66885.zip
use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/sxhkd/default.nix2
-rw-r--r--pkgs/applications/window-managers/trayer/default.nix2
-rw-r--r--pkgs/applications/window-managers/xmonad-log-applet/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/sxhkd/default.nix b/pkgs/applications/window-managers/sxhkd/default.nix
index b78b15f7914c..41a50668f19b 100644
--- a/pkgs/applications/window-managers/sxhkd/default.nix
+++ b/pkgs/applications/window-managers/sxhkd/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Simple X hotkey daemon";
-    homepage = http://github.com/baskerville/sxhkd/;
+    homepage = https://github.com/baskerville/sxhkd/;
     license = stdenv.lib.licenses.bsd2;
     platforms = stdenv.lib.platforms.linux;
   };
diff --git a/pkgs/applications/window-managers/trayer/default.nix b/pkgs/applications/window-managers/trayer/default.nix
index 146bd7e1438b..79c73d80789f 100644
--- a/pkgs/applications/window-managers/trayer/default.nix
+++ b/pkgs/applications/window-managers/trayer/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   makeFlags = [ "PREFIX=$(out)" ];
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/sargon/trayer-srg;
+    homepage = https://github.com/sargon/trayer-srg;
     license = licenses.mit;
     description = "A lightweight GTK2-based systray for UNIX desktop";
     platforms = platforms.linux;
diff --git a/pkgs/applications/window-managers/xmonad-log-applet/default.nix b/pkgs/applications/window-managers/xmonad-log-applet/default.nix
index f27e7a953dd2..906ba0efda24 100644
--- a/pkgs/applications/window-managers/xmonad-log-applet/default.nix
+++ b/pkgs/applications/window-managers/xmonad-log-applet/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   patches = [ ./fix-paths.patch ];
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/alexkay/xmonad-log-applet;
+    homepage = https://github.com/alexkay/xmonad-log-applet;
     license = licenses.bsd3;
     description = "An applet that will display XMonad log information (${desktopSupport} version)";
     platforms = platforms.linux;