diff options
author | rfjakob | 2016-01-05 21:18:04 +0100 |
---|---|---|
committer | rfjakob | 2016-01-05 21:18:04 +0100 |
commit | 6356c559b104b079284328d5d008acba80e7750b (patch) | |
tree | 884784bbad4d4f5e3a0e60605874418658efdede /README.md | |
parent | e17282b205ac9f32c6e8ef14a8814cc5f9d465bb (diff) |
README: Uppercase MIT license badge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[![gocryptfs](https://nuetzlich.net/gocryptfs/img/gocryptfs-logo.paths-black.svg)](https://nuetzlich.net/gocryptfs/) [![Build Status](https://travis-ci.org/rfjakob/gocryptfs.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs) ![MIT License](https://img.shields.io/badge/license-mit-blue.svg) +[![gocryptfs](https://nuetzlich.net/gocryptfs/img/gocryptfs-logo.paths-black.svg)](https://nuetzlich.net/gocryptfs/) [![Build Status](https://travis-ci.org/rfjakob/gocryptfs.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg) ============== An encrypted overlay filesystem written in Go. Official website: https://nuetzlich.net/gocryptfs |