diff --git a/42sh.nix b/42sh.nix index d5a0dee..9014f1f 100644 --- a/42sh.nix +++ b/42sh.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { ''; meta = { - description = "Epitech shell"; + description = "Epitech 42sh"; license = [ ]; mainProgram = "42sh"; platforms = lib.platforms.unix;