Unverified Commit 0ee24640 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #270453 from dotlambda/diebahn-mainProgram

diebahn: add meta.mainProgram
parents 674f5f01 a1e020ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
    description = "Travel with all your train information in one place";
    homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn";
    license = lib.licenses.gpl3Plus;
    mainProgram = "diebahn";
    maintainers = with lib.maintainers; [ dotlambda ];
  };
}