Commit e3c148f7 authored by Ken Micklas's avatar Ken Micklas
Browse files

wdisplays: fix homepage

parent b5b18aab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;