File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ import vulkan from './software/runtimes/vulkan.js';
127127import onepassword from './software/security/1password.js' ;
128128import bitwarden from './software/security/bitwarden.js' ;
129129import keepassxc from './software/security/keepassxc.js' ;
130- import lastpass from './software/security-privacy /lastpass.js' ;
130+ import lastpass from './software/security/lastpass.js' ;
131131import malwarebytes from './software/security/malwarebytes.js' ;
132132import nordvpn from './software/security/nordvpn.js' ;
133133import protonvpn from './software/security/protonvpn.js' ;
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments