xdragon: add taliyahwebb as maintainer

This commit is contained in:
Taliyah Webb
2025-03-22 19:25:19 +01:00
parent fb44aa17bf
commit 3fa0135367
+4 -1
View File
@@ -29,7 +29,10 @@ stdenv.mkDerivation (finalAttrs: {
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 ];
maintainers = with maintainers; [
das_j
taliyahwebb
];
mainProgram = "xdragon";
};
})