ostree.meta.homepage: update

Previous homepage no longer exists.
This commit is contained in:
Alyssa Ross
2024-04-24 09:02:38 +02:00
parent 9a5f1e04c1
commit 9a41747913
+1 -1
View File
@@ -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 ];