Merge pull request #152519 from teto/marktext-mainProgram

marktext: fix meta.mainProgram
This commit is contained in:
Bobby Rong 2021-12-29 09:35:33 +08:00 committed by GitHub
commit 9dfae6633f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,5 +50,6 @@ appimageTools.wrapType2 rec {
license = licenses.mit;
maintainers = with maintainers; [ nh2 ];
platforms = [ "x86_64-linux" ];
mainProgram = "marktext";
};
}