xdragon: sync short description with upstream

This commit is contained in:
Taliyah Webb
2025-03-20 11:42:03 +01:00
parent 262d03879b
commit 9fae7dbfdf
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = with lib; {
description = "Simple drag-and-drop source/sink for X (called dragon in upstream)";
description = "Simple drag-and-drop source/sink for X or Wayland (called dragon in upstream)";
homepage = "https://github.com/mwh/dragon";
license = licenses.gpl3;
maintainers = with maintainers; [ das_j ];