about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix b/nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix
index 01c30fe1fb52..9d32f9a7c92c 100644
--- a/nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix
+++ b/nixpkgs/pkgs/by-name/pd/pdfannots2json/package.nix
@@ -18,8 +18,9 @@ in
 
     meta = with lib; {
       homepage = "https://github.com/mgmeyers/pdfannots2json";
-      license = licenses.agpl3;
+      license = licenses.agpl3Only;
       description = "A tool to convert PDF annotations to JSON";
+      mainProgram = "pdfannots2json";
       maintainers = with maintainers; [ _0nyr ];
     };
   }