honk: add meta.mainProgram attribute

This commit is contained in:
Pol Dellaiera
2023-08-19 12:37:00 +02:00
parent a98ed1813a
commit 41b5ccc774
+1
View File
@@ -42,6 +42,7 @@ buildGoModule rec {
description = "An ActivityPub server with minimal setup and support costs.";
homepage = "https://humungus.tedunangst.com/r/honk";
license = licenses.isc;
mainProgram = "honk";
maintainers = with maintainers; [ huyngo ];
};
}