Unverified Commit 54ad9abf authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

blueman: set meta.mainProgram to blueman-manager (#499797)

parents 3af87a81 2a3fb1ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
  meta = {
    homepage = "https://github.com/blueman-project/blueman";
    description = "GTK-based Bluetooth Manager";
    mainProgram = "blueman-manager";
    license = lib.licenses.gpl3;
    platforms = lib.platforms.linux;
    changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}";