Rename defines to assigns

This commit is contained in:
hlaaftana 2021-02-11 00:26:14 +03:00 committed by Dominik Picheta
parent 1cda7007eb
commit fa297b44a7

View File

@ -20693,7 +20693,11 @@
}, },
{ {
"name": "defines", "name": "defines",
"url": "https://github.com/hlaaftana/defines", "alias": "assigns"
},
{
"name": "assigns",
"url": "https://github.com/hlaaftana/assigns",
"method": "git", "method": "git",
"tags": [ "tags": [
"sugar", "sugar",
@ -20701,9 +20705,9 @@
"unpacking", "unpacking",
"assignment" "assignment"
], ],
"description": "syntax sugar for local definitions", "description": "syntax sugar for assignments",
"license": "MIT", "license": "MIT",
"web": "https://hlaaftana.github.io/defines/defines.html" "web": "https://hlaaftana.github.io/assigns/assigns.html"
}, },
{ {
"name": "nimics", "name": "nimics",