rman: make license more specific
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user