Unverified Commit 6c28813c authored by cprice11's avatar cprice11 Committed by Sandro Jäckel
Browse files

trelby: Update homepage



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

Co-authored-by: default avatarAcid Bong <acidbong@tilde.club>
parent 88cef159
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;