pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mcrcon";
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
It is well suited for remote administration and to be used as part of automated server maintenance scripts.
|
||||
It does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bugs on the server side.
|
||||
'';
|
||||
maintainers = with stdenv.lib.maintainers; [ dermetfan ];
|
||||
license = with stdenv.lib.licenses; [ zlib libpng ];
|
||||
maintainers = with lib.maintainers; [ dermetfan ];
|
||||
license = with lib.licenses; [ zlib libpng ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user