honk: add meta.mainProgram attribute

This commit is contained in:
Pol Dellaiera 2023-08-17 18:12:26 +02:00
parent a98ed1813a
commit 41b5ccc774
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

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 ];
};
}