mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
packages(friendlyfox): fix homepage url
This commit is contained in:
parent
f49a6b9b9d
commit
2c2f8acb89
@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
meta = {
|
||||
description = "Custom CSS styles for Firefox browsers on Linux, with a focus on mobile devices like Librem 5 and PinePhone";
|
||||
license = lib.licenses.mpl20;
|
||||
homepage = "https://forums.puri.sm/t/tutorial-add-a-custom-background-in-phosh/13385/23";
|
||||
homepage = "https://codeberg.org/user0/Mobile-Friendly-Firefox";
|
||||
maintainers = with lib.maintainers; [ donovanglover ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user