Unverified Commit f8545ffc authored by Taliyah Webb's avatar Taliyah Webb
Browse files

xdragon: license gpl3 -> gpl3Plus

gpl3 as license identifier is deprecated
parent 3fa01353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
  meta = with lib; {
    description = "Simple drag-and-drop source/sink for X or Wayland (called dragon in upstream)";
    homepage = "https://github.com/mwh/dragon";
    license = licenses.gpl3;
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [
      das_j
      taliyahwebb