pkgs: dragger: fix meta information
This commit is contained in:
parent
80c5748122
commit
50bf8b036b
|
@ -23,7 +23,7 @@ qt5.mkDerivation rec {
|
||||||
description = "A CLI drag-and-drop tool";
|
description = "A CLI drag-and-drop tool";
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/dragger";
|
homepage = "https://gitea.belanyi.fr/ambroisie/dragger";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ ambroisie ];
|
maintainers = with maintainers; [ ambroisie ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue