Skip to content

Commit a181beb

Browse files
committed
Include Rocky Linux
1 parent 0ca032f commit a181beb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,13 @@ const projectList = [
743743
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
744744
description: 'Modern and fully web based queue management solution for crowded businesses.',
745745
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
746-
}
746+
},
747+
{
748+
name: 'Rocky Linux',
749+
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
750+
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
751+
description: 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.',
752+
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
753+
}
747754
];
748755
export default projectList;

0 commit comments

Comments
 (0)