[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to keep package greader updated?
From: |
Stefan Monnier |
Subject: |
Re: How to keep package greader updated? |
Date: |
Sun, 30 Jun 2024 11:14:58 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>>> Ok, I fixed (hopefully!) copyright on these 2 files.
>> Seems like it worked:
> package-refresh-contents
> describe-package
> greader
Do you have GNU-devel in your `package-archives`? Compare
http://elpa.gnu.org/packages/greader.html
vs
http://elpa.gnu.org/devel/greader.html
The fix worked for GNU-devel ELPA but in order to get a release on GNU
ELPA you still have to bump the `Version:` (because the release tarballs
are built from the commits that change the `Version:`, and those commits
still have the missing copyright line).
Stefan