branch: externals/autocrypt commit b815a3b10fc68dfeb45bc666c5194cc8aa9b7ee1 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Point to Codeberg instead of SourceHut --- README.md | 17 +++++++++++++++++ autocrypt.el | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1af7e6fc5..553cfabac1 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,28 @@ when necessary). Copying ------- +Source code +----------- `autocrypt.el` is distributed under the [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication][cc0] license. +Do-at-point.el is developed on [Codeberg]. [autocrypt]: https://autocrypt.org/ [public inbox]: https://lists.sr.ht/~pkal/public-inbox [GNU ELPA]: https://elpa.gnu.org/packages/autocrypt.html [cc0]: https://creativecommons.org/publicdomain/zero/1.0/deed +[Codeberg]: + https://codeberg.org/pkal/do-at-point.el + +Bugs and Patches +---------------- + +Bugs, patches, comments or questions can be submitted via [Codeberg's +issue system] or by sending [me] an email. + +[public inbox]: + https://lists.sr.ht/~pkal/public-inbox +[me]: + https://amodernist.com/#email + diff --git a/autocrypt.el b/autocrypt.el index e93ba5e9f1..4a9fc0daec 100644 --- a/autocrypt.el +++ b/autocrypt.el @@ -1,13 +1,13 @@ ;;; autocrypt.el --- Autocrypt implementation -*- lexical-binding:t -*- -;; Copyright (C) 2020-2024 Free Software Foundation, Inc. +;; Copyright (C) 2020-2025 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> -;; Maintainer: Philip Kaludercic <~pkal/public-in...@lists.sr.ht> +;; Maintainer: Philip Kaludercic <phil...@posteo.net> ;; Version: 0.4.2 ;; Keywords: comm ;; Package-Requires: ((emacs "24.3")) -;; URL: https://git.sr.ht/~pkal/autocrypt +;; URL: https://codeberg.org/pkal/autocrypt.el ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by