-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
;;; magit-stgit.el --- StGit extension for Magit | ||
|
||
;; Copyright (C) 2011-2015 The Magit Project Developers | ||
;; Copyright (C) 2011-2015 The Magit Project Contributors | ||
|
||
;; Author: Lluís Vilanova <[email protected]> | ||
;; Maintainer: Jonas Bernoulli <[email protected]> | ||
;; Keywords: vc tools | ||
;; Package: magit-stgit | ||
;; Package-Requires: ((cl-lib "0.5") (magit "2.1.0")) | ||
;; Package-Requires: ((emacs "24.4") (magit "2.1.0")) | ||
|
||
;; Magit is free software; you can redistribute it and/or modify it | ||
;; under the terms of the GNU General Public License as published by | ||
|