Skip to content

Commit 6403ffc

Browse files
author
emaryn
committed
git-gone: remove with lib
1 parent f2acf15 commit 6403ffc

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/version-management/git-gone

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/git-gone/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ rustPlatform.buildRustPackage rec {
2929
installManPage git-gone.1
3030
'';
3131

32-
meta = with lib; {
32+
meta = {
3333
description = "Cleanup stale Git branches of merge requests";
3434
homepage = "https://github.com/swsnr/git-gone";
3535
changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
36-
license = licenses.asl20;
37-
maintainers = with maintainers; [
36+
license = lib.licenses.asl20;
37+
maintainers = with lib.maintainers; [
3838
cafkafk
3939
matthiasbeyer
4040
];

0 commit comments

Comments
 (0)