Merge pull request #248183 from dschrempf/mu-main-program

mu: fix deprecation warning (mainProgram)
This commit is contained in:
Jörg Thalheim 2023-08-09 23:02:35 +01:00 committed by GitHub
commit 64db9c46d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.djcbsoftware.nl/code/mu/";
changelog = "https://github.com/djcb/mu/releases/tag/v${version}";
maintainers = with maintainers; [ antono chvp peterhoeg ];
mainProgram = "mu";
platforms = platforms.unix;
};
}