about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/haskell/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-18 07:53:54 +0100
committerGitHub <noreply@github.com>2017-08-18 07:53:54 +0100
commit30815015ba2b9cec5d39d081a7366b99ff0ab0ef (patch)
treeba4abff2c5d6c722033de5650bcd9c85cb31ff1b /pkgs/applications/editors/emacs-modes/haskell/default.nix
parentf1666a3aaf2214b70a2eec11a9a99abc88574e07 (diff)
parent39fca7714ff1b61d52b6ff4789eb58d680636a90 (diff)
downloadnixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.gz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.bz2
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.lz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.xz
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.tar.zst
nixlib-30815015ba2b9cec5d39d081a7366b99ff0ab0ef.zip
Merge pull request #28359 from matthewbauer/use-https
Use https for some homepages
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/haskell/default.nix')
-rw-r--r--pkgs/applications/editors/emacs-modes/haskell/default.nix2
1 files changed, 1 insertions, 1 deletions
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;