pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, rustPlatform, stdenv }:
|
||||
{ fetchFromGitHub, rustPlatform, lib, stdenv }:
|
||||
|
||||
with rustPlatform;
|
||||
|
||||
@@ -18,8 +18,8 @@ buildRustPackage rec {
|
||||
meta = {
|
||||
description = "Generate changelogs from local git metadata";
|
||||
homepage = "https://github.com/clog-tool/clog-cli";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [stdenv.lib.maintainers.nthorne];
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [lib.maintainers.nthorne];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user