Unverified Commit cbd12670 authored by Maciej Krüger's avatar Maciej Krüger
Browse files

oil: rename to oils-for-unix as upstream requested

parent 9f26152c
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -55,13 +55,10 @@ stdenv.mkDerivation rec {
  dontStrip = true;

  meta = {
    description = "A new unix shell";
    description = "A Unix shell with JSON-compatible structured data. It's our upgrade path from bash to a better language and runtime.";
    homepage = "https://www.oilshell.org/";

    license = with lib.licenses; [
      psfl # Includes a portion of the python interpreter and standard library
      asl20 # Licence for Oil itself
    ];
    license = lib.licenses.asl20;

    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ lheckemann alva mkg20001 ];