Skip to content

Commit c4d9501

Browse files
committed
Rename project from grub to bootloader
1 parent d7eab32 commit c4d9501

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

org.cockpit_project.grub.metainfo.xml renamed to org.cockpit_project.bootloader.metainfo.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="addon">
3-
<id>org.cockpit_project.grub</id>
3+
<id>org.cockpit_project.bootloader</id>
44
<metadata_license>CC0-1.0</metadata_license>
55
<name>Grub</name>
6-
<summary>Cockpit module for editing grub</summary>
6+
<summary>Cockpit module for editing bootloader settings</summary>
77
<description>
88
<p>
9-
Cockpit module for editing grub
9+
Cockpit module for editing bootloader settings
1010
</p>
1111
</description>
1212
<extends>org.cockpit_project.cockpit</extends>
13-
<launchable type="cockpit-manifest">grub</launchable>
14-
<url type="homepage">https://github.com/cockpit-project/starter-kit</url>
15-
<url type="bugtracker">https://github.com/cockpit-project/starter-kit/issues</url>
13+
<launchable type="cockpit-manifest">bootloader</launchable>
14+
<url type="homepage">https://github.com/openSUSE/cockpit-bootloader</url>
15+
<url type="bugtracker">https://github.com/openSUSE/cockpit-bootloader/issues</url>
1616
<update_contact>cockpit-devel_AT_lists.fedorahosted.org</update_contact>
1717
<developer id="org.cockpit-project">
1818
<name>Cockpit Project</name>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "grub",
3-
"description": "Cockpit module for editing grub",
2+
"name": "bootloader",
3+
"description": "Cockpit module for editing bootloadersettings",
44
"type": "module",
55
"main": "index.js",
6-
"repository": "git@github.com:cockpit/starter-kit.git",
6+
"repository": "git@github.com:openSUSE/cockpit-bootloader.git",
77
"author": "",
88
"license": "LGPL-2.1",
99
"engines": {

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-->
1818
<html lang="en">
1919
<head>
20-
<title translate>Cockpit Starter Kit</title>
20+
<title translate>Cockpit Bootloader</title>
2121
<meta charset="utf-8">
2222
<meta name="description" content="">
2323
<meta name="viewport" content="width=device-width, initial-scale=1">

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
"tools": {
77
"index": {
8-
"label": "Grub"
8+
"label": "Bootloader"
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)