Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move metadata from elfeed-pkg.el to elfeed.pkg #539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions elfeed-pkg.el

This file was deleted.

5 changes: 4 additions & 1 deletion elfeed.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
;;; elfeed.el --- an Emacs Atom/RSS feed reader -*- lexical-binding: t; -*-
;;; elfeed.el --- An Emacs Atom/RSS feed reader -*- lexical-binding: t; -*-

;; This is free and unencumbered software released into the public domain.

;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/elfeed

;; Package-Version: 3.4.2
;; Package-Requires: ((emacs "24.3"))

;;; Commentary:

;; Elfeed is a web feed client for Emacs, inspired by notmuch. See
Expand Down
3 changes: 0 additions & 3 deletions web/elfeed-web-pkg.el

This file was deleted.

5 changes: 4 additions & 1 deletion web/elfeed-web.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
;;; elfeed-web.el --- web interface to Elfeed -*- lexical-binding: t; -*-
;;; elfeed-web.el --- Web interface to Elfeed -*- lexical-binding: t; -*-

;; This is free and unencumbered software released into the public domain.

;; Author: Christopher Wellons <[email protected]>
;; URL: https://github.com/skeeto/elfeed

;; Package-Version: 3.4.2
;; Package-Requires: ((emacs "24.3") (elfeed "3.2.0") (simple-httpd "1.5.1"))

;;; Commentary:

;; This is a very early work in progress. The long-term goal is to
Expand Down