trelby: Update homepage

Current homepage url doesn't link to the homepage on search.nix

Co-authored-by: Acid Bong <acidbong@tilde.club>
This commit is contained in:
cprice11
2025-09-30 18:36:30 +02:00
committed by Sandro Jäckel
co-authored by Acid Bong
parent 88cef159e4
commit 6c28813c41
+1 -1
View File
@@ -51,7 +51,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "Free, multiplatform, feature-rich screenwriting program";
homepage = "www.trelby.org";
homepage = "https://www.trelby.org";
downloadPage = "https://github.com/trelby/trelby";
mainProgram = "trelby";
license = lib.licenses.gpl2Only;