pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -16,7 +16,7 @@ in stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://saf.bio.caltech.edu/nettee.html";
|
||||
description = ''Network "tee" program'';
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user