ntfy: use https in meta.homepage

This commit is contained in:
Sandro Jäckel
2025-02-02 23:59:23 +01:00
parent 629e9feaae
commit 736314654d
+1 -1
View File
@@ -125,7 +125,7 @@ python.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Utility for sending notifications, on demand and when commands finish";
homepage = "http://ntfy.rtfd.org/";
homepage = "https://ntfy.rtfd.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ kamilchm ];
mainProgram = "ntfy";