Unverified Commit 182360ff authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

badgemagic-rs: change meta.mainProgram (#486849)

parents 9c919263 e907efb8
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";
  };
}