summary refs log tree commit diff
path: root/pkgs/misc/cups/drivers/hll2390dw-cups/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/cups/drivers/hll2390dw-cups/default.nix')
-rw-r--r--pkgs/misc/cups/drivers/hll2390dw-cups/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/drivers/hll2390dw-cups/default.nix b/pkgs/misc/cups/drivers/hll2390dw-cups/default.nix
index cda4ed6304d..8357a452a2b 100644
--- a/pkgs/misc/cups/drivers/hll2390dw-cups/default.nix
+++ b/pkgs/misc/cups/drivers/hll2390dw-cups/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   src = fetchurl {
     # The i386 part is a lie. There are x86, x86_64 and armv7l drivers.
     # Though this builds only supports x86_64 for now.
-    url = "http://download.brother.com/welcome/dlf103579/hll2390dwpdrv-${version}.i386.deb";
+    url = "https://download.brother.com/welcome/dlf103579/hll2390dwpdrv-${version}.i386.deb";
     sha256 = "0w8rxh1sa5amxr87qmzs4m2p06b1b36wn2q127mg427sbkh1rwni";
   };