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