Merge pull request #4 from rubyowo/nix-homepage

nix: fix: homepage url
This commit is contained in:
Mihai Fufezan 2022-12-12 00:13:27 +02:00 committed by GitHub
commit 1fa106cfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;