summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-08 17:17:53 -0700
committerDavid Bremner <bremner@debian.org>2019-08-26 16:23:12 -0300
commitd520775f8541305e6180031d3cd36d28439f9df9 (patch)
treec0694f803de2821a4bc9c545fc6187383eb0bb73
parent90d26b328c074e761a900dd1efa1a86d12d01452 (diff)
decruft-README
Gbp-Pq: Name 0001-decruft-README.patch
-rw-r--r--README.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/README.md b/README.md
index 096d8dc..4612b6a 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,8 @@
pkg-info.el
===========
-[![License GPL 3][badge-license]][copying]
-[![Build Status][badge-travis]][travis]
-
Provide information about Emacs packages.
-Installation
-------------
-
-From MELPA_ or Marmalade_ with <kbd>M-x package-install RET pkg-info</kbd>.
-
-In your [`Cask`][cask] file:
-
-```cl
-(source melpa)
-
-(depends-on "pkg-info")
-```
-
-This library is compatible with GNU Emacs 24.1 and newer. It will probably work
-with Emacs 23 as well, if package.el is installed, but it is not tested on Emacs
-23 anymore.
-
Functions
---------
@@ -49,25 +29,3 @@ version from the `X-Original-Version` header added by MELPA_ to preserve
upstream versions.
Versions are represented as version lists, as returned by `version-to-list`.
-
-License
--------
-
-pkg-info.el is free software: you can redistribute it and/or modify it under the
-terms of the GNU General Public License as published by the Free Software
-Foundation, either version 3 of the License, or (at your option) any later
-version.
-
-pkg-info.el is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
-See [`COPYING`][copying] for the complete text of the license.
-
-[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg?dummy
-[COPYING]: https://github.com/lunaryorn/pkg-info.el/blob/master/COPYING
-[badge-travis]: https://travis-ci.org/lunaryorn/pkg-info.el.svg?branch=master
-[travis]: https://travis-ci.org/lunaryorn/pkg-info.el
-[cask]: http://cask.github.io/
-[MELPA]: http://melpa.milkbox.net
-[Marmalade]: http://marmalade-repo.org/