branch: elpa/moe-theme
commit 300f3a513ae122eadb05c722c430d1b4dec2d4af
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Add :url to define-package
---
moe-theme-pkg.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/moe-theme-pkg.el b/moe-theme-pkg.el
index 76c8c1cc0c..6840c1c28d 100644
--- a/moe-theme-pkg.el
+++ b/moe-theme-pkg.el
@@ -1 +1,2 @@
-(define-package "moe-theme" "{{VERSION}}" "A colorful eye-candy theme. Moe,
moe, kyun!" nil)
+(define-package "moe-theme" "{{VERSION}}" "A colorful eye-candy theme. Moe,
moe, kyun!" nil
+ :url "https://github.com/kuanyui/moe-theme.el")