csharprepl: remove with lib; from meta

This commit is contained in:
DontEatOreo 2024-11-08 19:32:54 +02:00
parent 7edaf495a7
commit dcd2da36a7
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -14,13 +14,13 @@ buildDotnetGlobalTool {
nugetHash = "sha256-VkZGnfD8p6oAJ7i9tlfwJfmKfZBHJU7Wdq+K4YjPoRs=";
meta = with lib; {
meta = {
description = "C# REPL with syntax highlighting";
homepage = "https://fuqua.io/CSharpRepl";
changelog = "https://github.com/waf/CSharpRepl/blob/main/CHANGELOG.md";
license = licenses.mpl20;
platforms = platforms.unix;
maintainers = with maintainers; [ donteatoreo ];
license = lib.licenses.mpl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ donteatoreo ];
mainProgram = "csharprepl";
};
}