rapid-photo-downloader: change homepage to correct URL

www.damonlynch.net returns a TLS certificate with the wrong CN, resulting in a browser error. The domain without the www returns a good TLS certificate. It's also the URL used on the project's GitHub.
This commit is contained in:
Michael Leuchtenburg 2026-05-18 08:18:48 -04:00 committed by GitHub
commit ebd10219ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
meta = {
description = "Photo and video importer for cameras, phones, and memory cards";
mainProgram = "rapid-photo-downloader";
homepage = "https://www.damonlynch.net/rapid/";
homepage = "https://damonlynch.net/rapid/";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ philipdb ];