mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
foot: remove with lib; (#413614)
This commit is contained in:
commit
814663e400
1 changed files with 6 additions and 6 deletions
|
@ -220,16 +220,16 @@ stdenv.mkDerivation {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://codeberg.org/dnkl/foot/";
|
homepage = "https://codeberg.org/dnkl/foot/";
|
||||||
changelog = "https://codeberg.org/dnkl/foot/releases/tag/${version}";
|
changelog = "https://codeberg.org/dnkl/foot/releases/tag/${version}";
|
||||||
description = "Fast, lightweight and minimalistic Wayland terminal emulator";
|
description = "Fast, lightweight and minimalistic Wayland terminal emulator";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [
|
maintainers = with lib.maintainers; [
|
||||||
maintainers.sternenseemann
|
sternenseemann
|
||||||
maintainers.abbe
|
abbe
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
mainProgram = "foot";
|
mainProgram = "foot";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue