summary refs log tree commit diff
path: root/pkgs/applications/office/timeline/default.nix
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-01-21 22:41:12 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 02:46:49 +0100
commit65d7e87fdb7ed8305012433753d7012312b95242 (patch)
tree2304cbe6c27dd9209531b1b374109679bb81528d /pkgs/applications/office/timeline/default.nix
parent2272f206cd8063ab87fbb8e47df5d1e2c7788826 (diff)
downloadnixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.gz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.bz2
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.lz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.xz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.zst
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.zip
treewide: replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/office/timeline/default.nix')
-rw-r--r--pkgs/applications/office/timeline/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/timeline/default.nix b/pkgs/applications/office/timeline/default.nix
index 7cf777ae13f..822c2f7674c 100644
--- a/pkgs/applications/office/timeline/default.nix
+++ b/pkgs/applications/office/timeline/default.nix
@@ -76,8 +76,8 @@ python3.pkgs.buildPythonApplication rec {
   '';
 
   meta = with lib; {
-    homepage = "http://thetimelineproj.sourceforge.net/";
-    changelog = "http://thetimelineproj.sourceforge.net/changelog.html";
+    homepage = "https://thetimelineproj.sourceforge.net/";
+    changelog = "https://thetimelineproj.sourceforge.net/changelog.html";
     description = "Display and navigate information on a timeline";
     license = with licenses; [ gpl3Only cc-by-sa-30 ];
     platforms = with platforms; unix;