Skip to content

Commit 9a26dbb

Browse files
committed
fix: move LastPass to correct security category
1 parent b9e8041 commit 9a26dbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/software-catalog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import vulkan from './software/runtimes/vulkan.js';
127127
import onepassword from './software/security/1password.js';
128128
import bitwarden from './software/security/bitwarden.js';
129129
import keepassxc from './software/security/keepassxc.js';
130-
import lastpass from './software/security-privacy/lastpass.js';
130+
import lastpass from './software/security/lastpass.js';
131131
import malwarebytes from './software/security/malwarebytes.js';
132132
import nordvpn from './software/security/nordvpn.js';
133133
import protonvpn from './software/security/protonvpn.js';

src/data/software/security-privacy/lastpass.js renamed to src/data/software/security/lastpass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
"id": "lastpass",
33
"name": "LastPass",
44
"description": "Password manager",
5-
"category": "security-privacy",
5+
"category": "security",
66
"wingetId": "LastPass.LastPass",
77
"icon": "SiLastpass",
88
"iconColor": "#D32D27",

0 commit comments

Comments
 (0)