aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/vbindiff
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/editors/vbindiff
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/editors/vbindiff')
-rw-r--r--pkgs/applications/editors/vbindiff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vbindiff/default.nix b/pkgs/applications/editors/vbindiff/default.nix
index becb5ccc29a..3a3a0d1a781 100644
--- a/pkgs/applications/editors/vbindiff/default.nix
+++ b/pkgs/applications/editors/vbindiff/default.nix
@@ -7,13 +7,13 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses ];
src = fetchurl {
- url = "http://www.cjmweb.net/vbindiff/${name}.tar.gz";
+ url = "https://www.cjmweb.net/vbindiff/${name}.tar.gz";
sha256 = "0gcqy4ggp60qc6blq1q1gc90xmhip1m6yvvli4hdqlz9zn3mlpbx";
};
meta = {
description = "A terminal visual binary diff viewer";
- homepage = http://www.cjmweb.net/vbindiff/;
+ homepage = https://www.cjmweb.net/vbindiff/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
};