Skip to content

Commit 604b199

Browse files
axpdevaxpdev
authored andcommitted
fix: correct alphabetical order (AeroFTP before Agent Security)
1 parent 742e005 commit 604b199

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

resources/a.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ export const resources: Resource[] = [
8585
url: 'https://www.youtube.com/channel/UCvM5YYWwfLwpcQgbRr68JLQ',
8686
keywords: ['HTML CSS JS UI UX WordPress React Native User Interface Design Website JavaScript Graphics design'],
8787
},
88-
{
89-
name: 'Agent Security',
90-
description: 'Security for AI agents',
91-
categories: ['Security', 'AI', 'Newsletter'],
92-
url: 'https://agentsecurity.com',
93-
keywords: ['data', 'ai security', 'agent security', 'llm security'],
94-
},
9588
{
9689
name: 'AeroFTP',
9790
description:
@@ -100,6 +93,13 @@ export const resources: Resource[] = [
10093
url: 'https://github.com/axpnet/aeroftp',
10194
keywords: ['ftp', 'sftp', 'webdav', 's3', 'file transfer', 'cloud storage', 'encryption', 'tauri', 'rust'],
10295
},
96+
{
97+
name: 'Agent Security',
98+
description: 'Security for AI agents',
99+
categories: ['Security', 'AI', 'Newsletter'],
100+
url: 'https://agentsecurity.com',
101+
keywords: ['data', 'ai security', 'agent security', 'llm security'],
102+
},
103103
{
104104
name: 'Ahrefs',
105105
description:

0 commit comments

Comments
 (0)