diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3dc0868..ad3a0a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@
---
+# 0.1.1
+*2017-03-25*
+## Bug Fixes
+❯ Fixed the package documentation format to adhere to the [MELPA contribution standard](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.md). (@arcticicestudio, 8b835e60)
+
# 0.1.0
*2017-03-25*
## Features
diff --git a/README.md b/README.md
index 44e2c0b..26483ec 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
Ruby
![](https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png)
## Development
-[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
+[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-emacs/issues).
diff --git a/nord-theme.el b/nord-theme.el
index 63da3a7..b9e5364 100644
--- a/nord-theme.el
+++ b/nord-theme.el
@@ -1,18 +1,18 @@
;;; nord-theme.el --- An arctic, north-bluish clean and elegant Emacs theme.
-;; title Nord Emacs
-;; project nord-emacs
-;; version 0.1.0
-;; repository https://github.com/arcticicestudio/nord-emacs
-;; author Arctic Ice Studio
-;; email development@arcticicestudio.com
-;; copyright Copyright (C) 2017
+;; title: Nord Emacs
+;; project: nord-emacs
+;; version: 0.1.1
+;; repository: https://github.com/arcticicestudio/nord-emacs
+;; author: Arctic Ice Studio
+;; email: development@arcticicestudio.com
+;; copyright: Copyright (C) 2017
;;
;; [References]
;; Awesome Emacs
;; https://github.com/emacs-tw/awesome-emacs
;; GNU ELPA
-;; http://elpa.gnu.org
+;; https://elpa.gnu.org
;; GNU Emacs
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-Themes.html
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Creating-Custom-Themes.html
@@ -25,7 +25,8 @@
;; marmelade repo
;; https://marmalade-repo.org
;; MELPA
-;; https://melpa.milkbox.net
+;; https://melpa.org
+;; https://stable.melpa.org
(unless (>= emacs-major-version 24)
(error "Nord Emacs theme requires Emacs 24 or later!"))