gopass: remove with lib; from meta
This commit is contained in:
@@ -86,11 +86,11 @@ buildGoModule (finalAttrs: {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Slightly more awesome Standard Unix Password Manager for Teams. Written in Go";
|
||||
homepage = "https://www.gopass.pw/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
rvolosatovs
|
||||
sikmir
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user