about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2024-03-08 12:30:25 +0100
committerMaciej Krüger <mkg20001@gmail.com>2024-03-14 13:15:07 +0100
commitcbd126701bfbccec35fa9fd250c70d3c21b89ae3 (patch)
tree01ae8c8fe407f111e03d8560d0e2fe3ee79c5715
parent9f26152cc3d7e90c7f2a5908de4d1aab069ed6ce (diff)
oil: rename to oils-for-unix as upstream requested
-rw-r--r--pkgs/by-name/oi/oils-for-unix/package.nix (renamed from pkgs/by-name/oi/oil/package.nix)7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/by-name/oi/oil/package.nix b/pkgs/by-name/oi/oils-for-unix/package.nix
index 58e52dac3f0d1..fe53dd13661ba 100644
--- a/pkgs/by-name/oi/oil/package.nix
+++ b/pkgs/by-name/oi/oils-for-unix/package.nix
@@ -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 ];