Unverified Commit 7e9c9763 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

photofield: add meta.mainProgram

parent 469d56ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ buildGoModule rec {
    description = "Experimental fast photo viewer";
    homepage = "https://github.com/SmilyOrg/photofield";
    license = licenses.mit;
    mainProgram = "photofield";
    maintainers = with maintainers; [ dit7ya ];
  };
}