1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-11 22:26:26 +02:00

remove unnecessary author fields

This commit is contained in:
Brian Seymour 2021-03-28 14:29:28 -05:00
parent 7aa52bb0c5
commit 902ad71578
52 changed files with 98 additions and 151 deletions
packages/brainfuck/2.7.3

View file

@ -1,6 +1,5 @@
{
"language": "brainfuck",
"version": "2.7.3",
"aliases": ["bf"],
"author": "Thomas Hobson <git@hexf.me>"
"language": "brainfuck",
"version": "2.7.3",
"aliases": ["bf"]
}