about summary refs log tree commit diff
path: root/pkgs/tools/misc/bibtex2html/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/bibtex2html/default.nix')
-rw-r--r--pkgs/tools/misc/bibtex2html/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/bibtex2html/default.nix b/pkgs/tools/misc/bibtex2html/default.nix
index 2e5ebd1e56a2b..ba73de533af96 100644
--- a/pkgs/tools/misc/bibtex2html/default.nix
+++ b/pkgs/tools/misc/bibtex2html/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     description = "A collection of tools for translating from BibTeX to HTML";
     homepage = "https://www.lri.fr/~filliatr/bibtex2html/";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     platforms = ocaml.meta.platforms or [];
     maintainers = [ maintainers.scolobb ];
   };