pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Minimalistic database migration tool with MySQL, PostgreSQL and SQLite support";
|
||||
homepage = "https://github.com/mbucc/shmig";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user