-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pomm: add Published-At & update copyright
- Loading branch information
1 parent
12ce6a6
commit a717c3a
Showing
2 changed files
with
3 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,6 +1,6 @@ | ||
;;; pomm-third-time.el --- Implementation of the third time technique in Emacs -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2022 Korytov Pavel | ||
;; Copyright (C) 2023 Korytov Pavel | ||
|
||
;; Author: Korytov Pavel <[email protected]> | ||
;; Maintainer: Korytov Pavel <[email protected]> | ||
|
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,13 @@ | ||
;;; pomm.el --- Pomodoro and Third Time timers -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2022 Korytov Pavel | ||
;; Copyright (C) 2023 Korytov Pavel | ||
|
||
;; Author: Korytov Pavel <[email protected]> | ||
;; Maintainer: Korytov Pavel <[email protected]> | ||
;; Version: 0.2.0 | ||
;; Package-Requires: ((emacs "27.1") (alert "1.2") (seq "2.22") (transient "0.3.0")) | ||
;; Homepage: https://github.com/SqrtMinusOne/pomm.el | ||
;; Published-At: 2021-11-05 | ||
|
||
;; This file is NOT part of GNU Emacs. | ||
|
||
|