about summary refs log tree commit diff
path: root/pkgs/applications/editors
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/editors
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/editors')
-rw-r--r--pkgs/applications/editors/emacs-modes/erlang/default.nix2
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/default.nix2
-rw-r--r--pkgs/applications/editors/vis/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs-modes/erlang/default.nix b/pkgs/applications/editors/emacs-modes/erlang/default.nix
index 496c79543a9c..463d7fc7e159 100644
--- a/pkgs/applications/editors/emacs-modes/erlang/default.nix
+++ b/pkgs/applications/editors/emacs-modes/erlang/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   # emacs highlighting */
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/erlang/otp;
+    homepage = https://github.com/erlang/otp;
     description = "Erlang mode for Emacs";
     license = licenses.asl20;
     platforms = platforms.unix;
diff --git a/pkgs/applications/editors/emacs-modes/haskell/default.nix b/pkgs/applications/editors/emacs-modes/haskell/default.nix
index 30917a41bd40..6f998300290a 100644
--- a/pkgs/applications/editors/emacs-modes/haskell/default.nix
+++ b/pkgs/applications/editors/emacs-modes/haskell/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
   installCheckTarget = "check";
 
   meta = {
-    homepage = http://github.com/haskell/haskell-mode;
+    homepage = https://github.com/haskell/haskell-mode;
     description = "Haskell mode for Emacs";
 
     platforms = stdenv.lib.platforms.unix;
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 291c7b1b412d..eef1746ff380 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A vim like editor";
-    homepage = http://github.com/martanne/vis;
+    homepage = https://github.com/martanne/vis;
     license = licenses.isc;
     maintainers = with maintainers; [ vrthra ramkromberg ];
     platforms = platforms.unix;