Skip to content

Commit

Permalink
[ohm-eta] add instruction for uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 5, 2011
1 parent 0bb1d58 commit 4e6dc61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plumage/metadata/ohm-eta.json
Expand Up @@ -9,7 +9,7 @@
"version" : "HEAD",
"license" : {
"type" : "MIT",
"uri" : "http://www.opensource.org/licenses/mit-license.php"
"uri" : "http://www.opensource.org/licenses/mit-license.php"
},
"copyright_holder" : "Peter Lobsinger",
"keywords" : ["Ωη", "ohm-eta", "PEG", "OMeta", "Winxed"],
Expand All @@ -19,7 +19,8 @@
"fetch" : { "type" : "repository" },
"build" : { "type" : "make" },
"test" : { "type" : "make" },
"install" : { "type" : "make" }
"install" : { "type" : "make" },
"uninstall" : { "type" : "make" }
},
"dependency-info" : {
"provides" : ["Ωη", "OMetaWinxed"],
Expand All @@ -34,7 +35,7 @@
"resources" : {
"repository" : {
"type" : "git",
"checkout_uri": "git://github.com/plobsing/ohm-eta-wink-kzd.git",
"checkout_uri": "git://github.com/plobsing/ohm-eta-wink-kzd.git",
"browser_uri" : "http://github.com/plobsing/ohm-eta-wink-kzd",
"project_uri" : "http://github.com/plobsing/ohm-eta-wink-kzd"
}
Expand Down

0 comments on commit 4e6dc61

Please sign in to comment.