nix: fix 'maintainers'

This commit is contained in:
Bruno BELANYI 2023-04-01 16:56:14 +01:00
parent 2c807f6a52
commit eacb0230dd
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
description = "A CLI drag-and-drop tool";
homepage = "https://gitea.belanyi.fr/ambroisie/dragger";
license = licenses.mit;
maintainers = [ ambroisie ];
maintainers = with maintainers; [ ambroisie ];
platforms = platforms.all;
};
};