diff --git a/META6.json b/META6.json index e8238c04..f0ebc837 100644 --- a/META6.json +++ b/META6.json @@ -5,7 +5,7 @@ "api" : "0", "version" : "0.13.8", "auth" : "github:ugexe", - "description" : "A Raku / Perl 6 module manager", + "description" : "Raku Module Management", "license" : "Artistic-2.0", "build-depends" : [ ], "test-depends" : [ "Test:ver<6.c+>" ], diff --git a/README.md b/README.md index 507be0d2..df1c6dfc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Zef -Raku / Perl6 Module Management +Raku Module Management # Installation diff --git a/bin/zef b/bin/zef index a46e6826..2ed407bb 100755 --- a/bin/zef +++ b/bin/zef @@ -1,3 +1,3 @@ -#!/usr/bin/env perl6 +#!/usr/bin/env raku use Zef::CLI; diff --git a/lib/Zef/CLI.rakumod b/lib/Zef/CLI.rakumod index bd9cbd5f..8cd60780 100644 --- a/lib/Zef/CLI.rakumod +++ b/lib/Zef/CLI.rakumod @@ -1017,7 +1017,7 @@ package Zef::CLI { multi sub MAIN(Bool :h(:help($))) { note qq:to/END_USAGE/ - Zef - Raku / Perl6 Module Management + Zef - Raku Module Management USAGE diff --git a/resources/scripts/win32http.ps1 b/resources/scripts/win32http.ps1 index d817aec2..d8aa433e 100644 --- a/resources/scripts/win32http.ps1 +++ b/resources/scripts/win32http.ps1 @@ -1,7 +1,7 @@ Param ( [Parameter(Mandatory=$True)] [System.Uri]$uri, [Parameter(Mandatory=$True)] [string]$FilePath, - $UserAgent = "rakudo perl6/zef powershell downloader" + $UserAgent = "raku/zef-ps" ) [Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls";