about summary refs log tree commit diff
path: root/pkgs/applications/graphics/odafileconverter
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-01-07 00:08:29 +0700
committerBen Siraphob <bensiraphob@gmail.com>2022-01-07 09:58:36 +0700
commite9e90a941b4cad2cc737570579f942e0dc57d9cf (patch)
treeb014a09c4e5b53bda4431aa23f86d54c48853810 /pkgs/applications/graphics/odafileconverter
parent0f050a1236954d26fc31eaae2803ffc0854a3e7b (diff)
treewide: replace http://web.archive.org with https://web.archive.org
Diffstat (limited to 'pkgs/applications/graphics/odafileconverter')
-rw-r--r--pkgs/applications/graphics/odafileconverter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/odafileconverter/default.nix b/pkgs/applications/graphics/odafileconverter/default.nix
index a74043730bf58..b99902954572a 100644
--- a/pkgs/applications/graphics/odafileconverter/default.nix
+++ b/pkgs/applications/graphics/odafileconverter/default.nix
@@ -14,7 +14,7 @@ in mkDerivation {
 
   src = fetchurl {
     # NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time)
-    url = "http://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb";
+    url = "https://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb";
     sha256 = "10027a3ab18efd04ca75aa699ff550eca3bdfe6f7084460d3c00001bffb50070";
   };