mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
d233902339
commit
ebd10219ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue