XR packaging for Fedora Atomic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct atomicxr-cli homepage

This also fixes livecheck

+1 -4
+1 -4
Formula/atomicxr-cli.rb
··· 2 2 # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 3 3 class AtomicxrCli < Formula 4 4 desc "Utilities for XR on Fedora Atomic Desktops and Universal Blue" 5 - homepage "https://tangled.sh/@matrixfurry.com/homebrew-atomicxr" 5 + homepage "https://tangled.sh/@matrixfurry.com/atomic-xr" 6 6 url "https://tangled.sh/@matrixfurry.com/atomic-xr/archive/refs%2Ftags%2Fv2.2.0" 7 7 sha256 "4bd2443f7be7432328b6404b9da3a9aaffa4a8e3be3a8bcad8438b05f68ec5ab" 8 8 license "AGPL-3.0-only" 9 - 10 - # livecheck will be implemented after this pr is merged: https://tangled.sh/@tangled.sh/core/pulls/442 11 - # alternatively, we could use the git strategy, but that's not ideal iirc 12 9 13 10 depends_on "nushell" 14 11