about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-24 10:33:40 -0400
committerGitHub <noreply@github.com>2024-04-24 10:33:40 -0400
commitcd9c4a9bcd2d536ce5abd60b8bd14b50975b6f82 (patch)
tree8c66a0626e355c1013be5fb4c96a435524d94aa2 /pkgs
parent9a32063e1b60f955584b506d37069ca54d77c204 (diff)
parent9a4174791396a8fef299de6560fb278ccce74d97 (diff)
Merge pull request #306467 from alyssais/ostree-homepage
ostree.meta.homepage: update
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/ostree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ostree/default.nix b/pkgs/tools/misc/ostree/default.nix
index 025b57a8eb442..aff0968b7f102 100644
--- a/pkgs/tools/misc/ostree/default.nix
+++ b/pkgs/tools/misc/ostree/default.nix
@@ -132,7 +132,7 @@ in stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Git for operating system binaries";
-    homepage = "https://ostree.readthedocs.io/en/latest/";
+    homepage = "https://ostreedev.github.io/ostree/";
     license = licenses.lgpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ copumpkin ];