Skip to content

Commit 64a12e8

Browse files
committed
fix: mcpp-standard issue
1 parent 1a1eb87 commit 64a12e8

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

pkgs/d/d2mcpp.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = {
22
-- base info
3-
name = "mcpp-standard",
4-
description = "Modern Cpp: Core Language Feature Execises",
3+
name = "d2mcpp",
4+
description = "Modern Cpp: Core Language Feature Tutorial",
55

66
authors = "sunrisepeak",
77
license = "Apache-2.0, CC-BY-NC-SA-4.0",

pkgs/m/mcpp-standard.lua

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
package = { ref = "d2mcpp" }
1+
package = {
2+
-- base info
3+
name = "mcpp-standard",
4+
description = "Modern Cpp: Core Language Feature Tutorial",
5+
6+
authors = "sunrisepeak",
7+
license = "Apache-2.0, CC-BY-NC-SA-4.0",
8+
repo = "https://github.com/mcpp-community/d2mcpp",
9+
}

0 commit comments

Comments
 (0)