From d33a44a143662132b0e35154f841baec06b0f29a Mon Sep 17 00:00:00 2001 From: benton Date: Mon, 2 Aug 2021 13:57:32 -0500 Subject: [PATCH] added meta info to flake --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flake.nix b/flake.nix index 7025003..ad8bc30 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,18 @@ cp knock $out/bin wrapProgram $out/bin/knock --prefix PATH : ${nixpkgs.lib.makeBinPath [libgourou-utils inept-epub]} ''; + + meta = { + description = "A CLI tool to convert ACSM files to DRM-free EPUB files"; + homepage = "https://github.com/BentonEdmondson/knock"; + license = [ nixpkgs.lib.licenses.gpl3Only ]; + maintainers = [{ + name = "Benton Edmondson"; + email = "bentonedmondson@gmail.com"; + }]; + # potentially others, but I'm only listed those tested + platforms = [ "x86_64-linux" ]; + }; }; };