From 0707894a4f6bc0e6dba3572b48079ee206d31632 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Fri, 7 Aug 2026 03:50:07 -0400 Subject: [PATCH] featuers/flatpak: fix flatpakref to point at repo for Ametheyst Mod Manager --- features/flatpak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/flatpak.nix b/features/flatpak.nix index 1eb85f6..5d90abe 100644 --- a/features/flatpak.nix +++ b/features/flatpak.nix @@ -19,7 +19,7 @@ } { name = "amethyst-mod-manager"; - location = "https://chrisdkn.github.io/Amethyst-Mod-Manager/amethyst.flatpakref"; + location = "https://chrisdkn.github.io/Amethyst-Mod-Manager/amethyst.flatpakrepo"; } ]; };