Skip to content

Commit

Permalink
fix first version
Browse files Browse the repository at this point in the history
  • Loading branch information
Encinas Alarza committed Aug 4, 2017
1 parent 4c9715d commit 93cf40d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions META6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"perl" : "6.c",
"name" : "System::DiskAndUpdatesAlerts",
"license" : "Artistic-2.0",
"version" : "1.0.0",
"description" : "Send email alerts about disk capacity and pending updates.",
"authors" : [ "Ramiro Encinas Alarza" ],
"provides" : {
"System::DiskAndUpdatesAlerts" : "lib/System/DiskAndUpdatesAlerts.pm6"
},
"tags" : [ "filesystem", "utils" , "capacity"],
"depends" : [
"FileSystem::Capacity",
"Package::Updates"
],
"source-url" : "git@github.com:ramiroencinas/perl6-System-DiskAndUpdatesAlerts.git"
}

0 comments on commit 93cf40d

Please sign in to comment.