Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "ONC RPC portmapper";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
longDescription = ''
|
||||
Universal addresses to RPC program number mapper.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user