mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
overcommit: migrate to pkgs/by-name, format with nixfmt-rfc-style
This commit is contained in:
parent
d263cdfff4
commit
9c5b9e3b5f
@ -1,4 +1,8 @@
|
||||
{ lib, bundlerApp, bundlerUpdateScript }:
|
||||
{
|
||||
lib,
|
||||
bundlerApp,
|
||||
bundlerUpdateScript,
|
||||
}:
|
||||
|
||||
bundlerApp {
|
||||
pname = "overcommit";
|
||||
@ -11,9 +15,12 @@ bundlerApp {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to manage and configure Git hooks";
|
||||
homepage = "https://github.com/sds/overcommit";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Br1ght0ne anthonyroussel ];
|
||||
platforms = platforms.unix;
|
||||
homepage = "https://github.com/sds/overcommit";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
Br1ght0ne
|
||||
anthonyroussel
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
@ -10950,8 +10950,6 @@ with pkgs;
|
||||
|
||||
ovftool = callPackage ../tools/virtualization/ovftool { };
|
||||
|
||||
overcommit = callPackage ../development/tools/overcommit { };
|
||||
|
||||
overmind = callPackage ../applications/misc/overmind { };
|
||||
|
||||
oxker = callPackage ../applications/misc/oxker { };
|
||||
|
Loading…
Reference in New Issue
Block a user