pkgs: dragger: fix meta information

This commit is contained in:
Bruno BELANYI 2022-05-15 17:13:30 +02:00
parent 80c5748122
commit 50bf8b036b

View file

@ -23,7 +23,7 @@ qt5.mkDerivation rec {
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.linux;
};
}