From fa6a9772d57aef42a68cada5215e8ab533d11901 Mon Sep 17 00:00:00 2001 From: rubyowo Date: Sun, 11 Dec 2022 21:03:28 +0400 Subject: [PATCH] nix: fix: homepage url --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 6fce882..e5d4fa3 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation { ''; meta = with lib; { - homepage = "https://github.com/emersion/xdg-desktop-portal-hyprland"; + homepage = "https://github.com/hyprwm/xdg-desktop-portal-hyprland"; description = "xdg-desktop-portal backend for Hyprland"; maintainers = with maintainers; [fufexan]; platforms = platforms.linux;