diff options
author | Adam Bard <github@adambard.com> | 2019-03-12 13:43:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 13:43:57 -0700 |
commit | cb5aa514773f84004da57db116d596f8c7b325a6 (patch) | |
tree | b32d54efea98ac37f2884c3889360ce80efd74e7 /pt-br | |
parent | 65b90ea816ea5f29d4cf6835378a390b69174144 (diff) | |
parent | 790c47319c589be457e4ee3a17d1983250492614 (diff) |
Merge pull request #3488 from Likeyn/update-tools-category
[Global] Update tools category
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/awk-pt.html.markdown | 3 | ||||
-rw-r--r-- | pt-br/cmake-pt.html.markdown | 3 | ||||
-rw-r--r-- | pt-br/make-pt.html.markdown | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/pt-br/awk-pt.html.markdown b/pt-br/awk-pt.html.markdown index 761f5294..9bf770fd 100644 --- a/pt-br/awk-pt.html.markdown +++ b/pt-br/awk-pt.html.markdown @@ -1,5 +1,6 @@ --- -language: awk +category: tool +tool: awk filename: learnawk-pt.awk contributors: - ["Marshall Mason", "http://github.com/marshallmason"] diff --git a/pt-br/cmake-pt.html.markdown b/pt-br/cmake-pt.html.markdown index 8d4c3fda..d11fe4f4 100644 --- a/pt-br/cmake-pt.html.markdown +++ b/pt-br/cmake-pt.html.markdown @@ -1,5 +1,6 @@ --- -language: cmake +category: tool +tool: cmake contributors: - ["Bruno Alano", "https://github.com/brunoalano"] filename: CMake-br diff --git a/pt-br/make-pt.html.markdown b/pt-br/make-pt.html.markdown index 8e7603cc..cbdebde7 100644 --- a/pt-br/make-pt.html.markdown +++ b/pt-br/make-pt.html.markdown @@ -1,5 +1,6 @@ ---
-language: make
+category: tool
+tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]
|