Skip to content

Commit

Permalink
Fix licence
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 22, 2017
1 parent e712832 commit 08bdf4e
Showing 1 changed file with 35 additions and 22 deletions.
57 changes: 35 additions & 22 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
{
"name" : "Audio::Silan",
"tags" : [ "audio", "util", "silence" ],
"authors" : [ "Jonathan Stowe <jns+git@gellyfish.co.uk>" ],
"author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"auth" : "github:jonathanstowe",
"support" : {
"source" : "git://github.com/jonathanstowe/Audio-Silan.git",
"irc" : "irc:// irc.freenode.net/#perl6",
"bugtracker" : "https://github.com/jonathanstowe/Audio-Silan/issues"
"name": "Audio::Silan",
"source-url": "git://github.com/jonathanstowe/Audio-Silan.git",
"support": {
"irc": "irc:// irc.freenode.net/#perl6",
"source": "git://github.com/jonathanstowe/Audio-Silan.git",
"bugtracker": "https://github.com/jonathanstowe/Audio-Silan/issues"
},
"source-url" : "git://github.com/jonathanstowe/Audio-Silan.git",
"perl" : "6.c",
"build-depends" : [ ],
"provides" : {
"Audio::Silan" : "lib/Audio/Silan.pm"
},
"depends" : [
"File::Which",
"JSON::Fast"
"perl": "6.c",
"resources": [

],
"build-depends": [

],
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"auth": "github:jonathanstowe",
"depends": [
"File::Which",
"JSON::Fast"
],
"test-depends" : [
"tags": [
"audio",
"util",
"silence"
],
"license": "Artistic-2.0",
"test-depends": [
"Test",
"Test::META"
],
"description" : "Detect audio cue-in, cue-out using silan https://github.com/x42/silan",
"version" : "0.0.3"
}
"provides": {
"Audio::Silan": "lib/Audio/Silan.pm"
},
"version": "0.0.3",
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"description": "Detect audio cue-in, cue-out using silan https://github.com/x42/silan",
"meta6": "0"
}

0 comments on commit 08bdf4e

Please sign in to comment.