Merge pull request #306467 from alyssais/ostree-homepage

ostree.meta.homepage: update
This commit is contained in:
Nick Cao 2024-04-24 10:33:40 -04:00 committed by GitHub
commit cd9c4a9bcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];