rman: make license more specific

This commit is contained in:
jopejoe1
2025-09-28 18:47:22 +02:00
parent 201c1fd600
commit 0678bd6308
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Parse formatted man pages and man page source from most flavors of UNIX and converts them to HTML, ASCII, TkMan, DocBook, and other formats";
license = "artistic";
license = lib.licenses.artistic1;
platforms = lib.platforms.all;
mainProgram = "rman";
};