Skip to content

Commit 6447262

Browse files
Merge branch 'release/0.1.1'
2 parents fbd98f7 + ff276fe commit 6447262

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
---
66

7+
# 0.1.1
8+
*2017-03-25*
9+
## Bug Fixes
10+
❯ Fixed the package documentation format to adhere to the [MELPA contribution standard](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.md). (@arcticicestudio, 8b835e60)
11+
712
# 0.1.0
813
*2017-03-25*
914
## Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
108108
<p align="center"><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png"/></p>
109109

110110
## Development
111-
[![](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)
111+
[![](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)
112112

113113
### Contribution
114114
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-emacs/issues).

nord-theme.el

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
;;; nord-theme.el --- An arctic, north-bluish clean and elegant Emacs theme.
22

3-
;; title Nord Emacs
4-
;; project nord-emacs
5-
;; version 0.1.0
6-
;; repository https://github.com/arcticicestudio/nord-emacs
7-
;; author Arctic Ice Studio
8-
9-
;; copyright Copyright (C) 2017
3+
;; title: Nord Emacs
4+
;; project: nord-emacs
5+
;; version: 0.1.1
6+
;; repository: https://github.com/arcticicestudio/nord-emacs
7+
;; author: Arctic Ice Studio
8+
9+
;; copyright: Copyright (C) 2017
1010
;;
1111
;; [References]
1212
;; Awesome Emacs
1313
;; https://github.com/emacs-tw/awesome-emacs
1414
;; GNU ELPA
15-
;; http://elpa.gnu.org
15+
;; https://elpa.gnu.org
1616
;; GNU Emacs
1717
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-Themes.html
1818
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Creating-Custom-Themes.html
@@ -25,7 +25,8 @@
2525
;; marmelade repo
2626
;; https://marmalade-repo.org
2727
;; MELPA
28-
;; https://melpa.milkbox.net
28+
;; https://melpa.org
29+
;; https://stable.melpa.org
2930
(unless (>= emacs-major-version 24)
3031
(error "Nord Emacs theme requires Emacs 24 or later!"))
3132

0 commit comments

Comments
 (0)