Commit d2fbe03c authored by Marcus Ramberg's avatar Marcus Ramberg Committed by Matthieu Coudron
Browse files

hoarder: set mainProgram

parent 85af9bd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Self-hostable bookmark-everything app with a touch of AI for the data hoarders out there";
    license = lib.licenses.agpl3Only;
    maintainers = [ lib.maintainers.three ];
    mainProgram = "hoarder-cli";
    platforms = lib.platforms.linux;
  };
})