Unverified Commit ee2d8ebb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

wdisplays: fix homepage (#432317)

parents e1327611 e3c148f7
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;