pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Fast, disk based, rotating network backup system";
|
||||
homepage = "http://dirvish.org/";
|
||||
license = stdenv.lib.licenses.osl2;
|
||||
license = lib.licenses.osl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.winpat ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user