about summary refs log tree commit diff
path: root/pkgs/applications/editors/vis/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/vis/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/vis/default.nix')
-rw-r--r--pkgs/applications/editors/vis/default.nix2
1 files changed, 1 insertions, 1 deletions
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;