wdisplays: fix homepage

This commit is contained in:
Ken Micklas 2025-08-09 18:59:06 +01:00
parent b5b18aab99
commit e3c148f727

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Graphical application for configuring displays in Wayland compositors";
homepage = "https://github.com/luispabon/wdisplays";
homepage = "https://github.com/artizirk/wdisplays";
maintainers = with maintainers; [ ma27 ];
license = licenses.gpl3Plus;
platforms = platforms.linux;