diff options
| author | Paul Eggert | 2019-05-19 21:29:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-19 21:34:27 -0700 |
| commit | bef1be873009d6e9f5a097396179f63a565bb6fd (patch) | |
| tree | 227e495b83b50b965c65f26b3bb979e877726530 /.gitlab-ci.yml | |
| parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
| download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.zip | |
Fixes for "Maintainer:" and related lines
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful. It also cleans up and regularizes a
few similar lines.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92efcf64973..df48764c52a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | # any particular service that uses that protocol. Also, it is intended for | 21 | # any particular service that uses that protocol. Also, it is intended for |
| 22 | # evaluation purposes, thus possibly temporary. | 22 | # evaluation purposes, thus possibly temporary. |
| 23 | 23 | ||
| 24 | # Maintainer: tzz@lifelogs.com | 24 | # Maintainer: Ted Zlatanov <tzz@lifelogs.com> |
| 25 | # URL: https://emba.gnu.org/emacs/emacs | 25 | # URL: https://emba.gnu.org/emacs/emacs |
| 26 | 26 | ||
| 27 | image: debian:stretch | 27 | image: debian:stretch |