Unverified Commit 40dee9f7 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

nqp: fix description

parent 6d644816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
  doCheck = true;

  meta = {
    description = "Not Quite Perl -- a lightweight Raku-like environment for virtual machines";
    description = "Lightweight Raku-like environment for virtual machines";
    homepage = "https://github.com/Raku/nqp";
    license = lib.licenses.artistic2;
    platforms = lib.platforms.unix;