Unverified Commit e907efb8 authored by Linus Benjamin Warnatz's avatar Linus Benjamin Warnatz Committed by GitHub
Browse files

badgemagic-rs: change meta.mainProgram

The executable should be (according to upstream) and is (as evident by the program not running on current nixpkgs) called `badgemagic`, without the `-rs` suffix.
parent 86c234c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ rustPlatform.buildRustPackage {
    homepage = "https://github.com/fossasia/badgemagic-rs";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ matthewcroughan ];
    mainProgram = "badgemagic-rs";
    mainProgram = "badgemagic";
  };
}