summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics/barcode
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 19:22:13 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:51:59 +0100
commit0498ccd076e0c11b052dc0246033a35f2d51f983 (patch)
treed184dd3915a1de9826a2587463dbdcc431d53ae3 /pkgs/tools/graphics/barcode
parent93e511c31927013e95d485d2eae7ebf08c40d009 (diff)
Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
Diffstat (limited to 'pkgs/tools/graphics/barcode')
-rw-r--r--pkgs/tools/graphics/barcode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/barcode/default.nix b/pkgs/tools/graphics/barcode/default.nix
index 4fa9fff97d39..de09c2b27804 100644
--- a/pkgs/tools/graphics/barcode/default.nix
+++ b/pkgs/tools/graphics/barcode/default.nix
@@ -15,9 +15,9 @@ stdenv.mkDerivation rec {
description = "GNU barcode generator";
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux; # Maybe other non-darwin Unix
- downloadPage = "http://ftp.gnu.org/gnu/barcode/";
+ downloadPage = "https://ftp.gnu.org/gnu/barcode/";
updateWalker = true;
- homepage = http://ftp.gnu.org/gnu/barcode/;
+ homepage = https://www.gnu.org/software/barcode/;
license = licenses.gpl3;
};
}