Skip to content

Commit 6ee477f

Browse files
authored
fix typo in META6 'provides' statement
1 parent ca47646 commit 6ee477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"source-url": "git://github.com/shuppet/p6-net-rcon.git",
55
"auth": "github:shuppet",
66
"provides": {
7-
"Net::RCON": "lib/API/RCON.pm6"
7+
"Net::RCON": "lib/Net/RCON.pm6"
88
},
99
"name": "Net::RCON",
1010
"description": "Perl 6 module for interacting with the Source RCON (remote console) protocol.",

0 commit comments

Comments
 (0)