We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1eb87 commit 64a12e8Copy full SHA for 64a12e8
2 files changed
pkgs/d/d2mcpp.lua
@@ -1,7 +1,7 @@
1
package = {
2
-- base info
3
- name = "mcpp-standard",
4
- description = "Modern Cpp: Core Language Feature Execises",
+ name = "d2mcpp",
+ description = "Modern Cpp: Core Language Feature Tutorial",
5
6
authors = "sunrisepeak",
7
license = "Apache-2.0, CC-BY-NC-SA-4.0",
pkgs/m/mcpp-standard.lua
@@ -1 +1,9 @@
-package = { ref = "d2mcpp" }
+package = {
+ -- base info
+ name = "mcpp-standard",
+
+ authors = "sunrisepeak",
+ license = "Apache-2.0, CC-BY-NC-SA-4.0",
8
+ repo = "https://github.com/mcpp-community/d2mcpp",
9
+}
0 commit comments