fix stdenv deprications
This commit is contained in:
parent
4d99a375f0
commit
447aeca1ed
8 changed files with 9 additions and 10 deletions
|
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "An email tagger for notmuch";
|
||||
homepage = "https://ghom.niij.org/eaon/notcoal";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue