Merge pull request #270453 from dotlambda/diebahn-mainProgram

diebahn: add meta.mainProgram
This commit is contained in:
Robert Schütz 2023-11-27 12:23:51 -08:00 committed by GitHub
commit 0ee246402b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
description = "Travel with all your train information in one place"; description = "Travel with all your train information in one place";
homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn"; homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
mainProgram = "diebahn";
maintainers = with lib.maintainers; [ dotlambda ]; maintainers = with lib.maintainers; [ dotlambda ];
}; };
} }