about summary refs log tree commit diff
path: root/pkgs/applications/office/timeline/default.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 03:26:02 +0100
committerGitHub <noreply@github.com>2023-01-22 03:26:02 +0100
commit218c4c526e746305ea3716da818f9d3ea693f4d4 (patch)
tree22a54b9a3df6874de0b81d34ce76aa9c9ec5f851 /pkgs/applications/office/timeline/default.nix
parentc7e15bc3945a5bda04afc6ea365486f868b96eea (diff)
parent65d7e87fdb7ed8305012433753d7012312b95242 (diff)
Merge pull request #212002 from mothsART/feature/replace_http_by_https
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 054809afd8a59..2295071b09c67 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;