diff options
author | 2024-09-05 18:59:36 -0500 | |
---|---|---|
committer | 2025-02-16 16:34:46 +0000 | |
commit | 67b9a9d9f6bc5719386d3e096334503a029b1e52 (patch) | |
tree | 1e6661ba9bd2301b6c984e3a7b60adc3abefc903 /app-crypt/ccid | |
parent | net-dns/knot-resolver: add myself as a maintainer (diff) | |
download | gentoo-67b9a9d9f6bc5719386d3e096334503a029b1e52.tar.gz gentoo-67b9a9d9f6bc5719386d3e096334503a029b1e52.tar.bz2 gentoo-67b9a9d9f6bc5719386d3e096334503a029b1e52.zip |
app-crypt/ccid: update upstream INSTALL url
also update copyright year
Signed-off-by: Mason Rocha <turret@turret.cyou>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/ccid')
-rw-r--r-- | app-crypt/ccid/ccid-1.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ccid/ccid-1.5.5.ebuild b/app-crypt/ccid/ccid-1.5.5.ebuild index e5153164d98b..fccaa6c3c161 100644 --- a/app-crypt/ccid/ccid-1.5.5.ebuild +++ b/app-crypt/ccid/ccid-1.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,7 +46,7 @@ src_install() { pkg_postinst() { udev_reload - einfo "Check https://github.com/LudovicRousseau/CCID/blob/master/INSTALL" + einfo "Check https://github.com/LudovicRousseau/CCID/blob/master/INSTALL.md" einfo "for more info about how to configure and use ccid" } |