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
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
1 changed files with 1 additions and 1 deletions

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 ];